[][src]Trait wasihost_core::wasi_snapshot_preview1::native::NativeWasiImportsExt

pub trait NativeWasiImportsExt {
    fn into_imports(self) -> ImportObject;
}

Extension methods for the NativeWasiImports trait.

Required methods

fn into_imports(self) -> ImportObject

Generates the imports for this object.

Loading content...

Implementors

impl<T: NativeWasiImports + Clone> NativeWasiImportsExt for T[src]

Loading content...