Struct wast::ItemSig [−][src]
pub struct ItemSig<'a> { pub span: Span, pub id: Option<Id<'a>>, pub name: Option<NameAnnotation<'a>>, pub kind: ItemKind<'a>, }
Fields
span: Span
Where this item is defined in the source.
id: Option<Id<'a>>
An optional identifier used during name resolution to refer to this item from the rest of the module.
name: Option<NameAnnotation<'a>>
An optional name which, for functions, will be stored in the
custom name
section.
kind: ItemKind<'a>
What kind of item this is.