Trait wasmer_runtime_core_fl::IsExport[][src]

pub trait IsExport {
    fn to_export(&self) -> Export;
}
Expand description

A trait that represents Export values.

Required methods

Gets self as Export.

Implementors