Struct jsonc_parser::Scanner
source · [−]pub struct Scanner<'a> { /* private fields */ }
Expand description
Converts text into a stream of tokens.
Implementations
Moves to and returns the next token.
Gets the start position of the token.
pub struct Scanner<'a> { /* private fields */ }
Converts text into a stream of tokens.
Moves to and returns the next token.
Gets the start position of the token.