Struct wast::ExportType [−][src]
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
impl<'a> Clone for ExportType<'a>
[src]
impl<'a> Clone for ExportType<'a>
[src]