pub struct ParseBuilder<'i, 'o, 'c, 'p, L: LangLexer<'i>, T: HasParser> { /* private fields */ }
Expand description

Builder structure for a parsing operation

Implementations

Create a new parse builder from the given input string

Set the parse options for this parse

Set the parse options for this parse

Set the parser instance to use for this parse

Execute the parsing operation

Execute the parsing operation, and extract the wanted node

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.