Struct ra_ap_parser::Reparser[][src]

pub struct Reparser(_);
Expand description

A parsing function for a specific braced-block.

Implementations

If the node is a braced block, return the corresponding Reparser.

Re-parse given tokens using this Reparser.

Tokens must start with {, end with } and form a valid brace sequence.

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.