Trait wasmer_package::package::volume::IntoSuper

source ·
pub trait IntoSuper<Super: ?Sized> {
    // Required method
    fn into_super(self: Arc<Self>) -> Arc<Super>;
}

Required Methods§

source

fn into_super(self: Arc<Self>) -> Arc<Super>

Implementors§

source§

impl<T: AbstractVolume + Send + Sync + 'static> IntoSuper<dyn AbstractVolume + Send + Sync> for T