Struct wast::InlineImport [−][src]
A listing of a inline (import "foo")
statement.
Note that when parsing this type it is somewhat unconventional that it
parses its own surrounding parentheses. This is typically an optional type,
so it’s so far been a bit nicer to have the optionality handled through
Peek
rather than Option<T>
.
Fields
module: &'a str
field: Option<&'a str>
Trait Implementations
impl<'a> Clone for InlineImport<'a>
[src]
impl<'a> Clone for InlineImport<'a>
[src]fn clone(&self) -> InlineImport<'a>
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Peek for InlineImport<'_>
[src]
impl Peek for InlineImport<'_>
[src]