Struct wast::InlineExport [−][src]
A listing of inline (export "foo")
statements on a WebAssembly item in
its textual format.
Fields
names: Vec<&'a str>
The extra names to export an item as, if any.
A listing of inline (export "foo")
statements on a WebAssembly item in
its textual format.
names: Vec<&'a str>
The extra names to export an item as, if any.
impl<'a> RefUnwindSafe for InlineExport<'a>
impl<'a> Send for InlineExport<'a>
impl<'a> Sync for InlineExport<'a>
impl<'a> Unpin for InlineExport<'a>
impl<'a> UnwindSafe for InlineExport<'a>