pub struct OboLexer;
Expand description

The OBO format version 1.4 lexer.

Implementations

Tokenize an input string using the given production rule.

This is basically a specialized version of pest::Parser::parse that only accepts Rule, and does not need the Parser trait to be in scope.

Trait Implementations

Formats the value using the given formatter. Read more

Parses a &str starting from rule.

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.