Struct wast::LParen[][src]

pub struct LParen { /* fields omitted */ }
Expand description

A convenience type to use with Parser::peek to see if the next token is an s-expression.

Trait Implementations

Tests to see whether this token is the first token within the Cursor specified. Read more

Returns a human-readable name of this token to display when generating errors about this token missing. Read more

The same as peek, except it checks the token immediately following the current token. 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.