Struct abnf_parser::parser::Parser[][src]

pub struct Parser { /* fields omitted */ }

Implementations

Constructor.

Get input string at current position.

Return remaining input length.

Return parser cusor position.

Set cursor position.

Return line number.

Add len to line number.

Get single token and parsed length.

Parser parse entry point. Return a rulelist.

Recursively parse input and find rules.

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.