Enum wast::TagKind[][src]

pub enum TagKind<'a> {
    Import(InlineImport<'a>),
    Inline(),
}
Expand description

Different kinds of tags that can be defined in a module.

Variants

Import(InlineImport<'a>)

An tag which is actually defined as an import, such as:

(tag (type 0) (import "foo" "bar"))

Tuple Fields of Import

0: InlineImport<'a>
Inline()

A tag defined inline in the module itself

Tuple Fields of Inline

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.