Struct wast::ExportType [−][src]
Expand description
The type of an exported item from a module or instance.
Fields
span: Span
Where this export was defined.
name: &'a str
The name of this export.
item: ItemSig<'a>
The signature of the item that’s exported.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for ExportType<'a>
impl<'a> Send for ExportType<'a>
impl<'a> Sync for ExportType<'a>
impl<'a> Unpin for ExportType<'a>
impl<'a> UnwindSafe for ExportType<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more