Struct moore_vhdl_syntax::lexer::Lexer[][src]

pub struct Lexer<T: Grinder<Item = Option<u8>, Error = DiagBuilder2>> { /* fields omitted */ }
Expand description

A VHDL lexer. Converts a stream of bytes to VHDL tokens. Emits errors backwards up the pipeline.

Implementations

Create a new lexer.

Trait Implementations

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.