pub type LexerResult<T> = Result<T, LexerError>;Expand description
JSON lexer backend result type
Aliased Type§
pub enum LexerResult<T> {
Ok(T),
Err(LexerError),
}pub type LexerResult<T> = Result<T, LexerError>;JSON lexer backend result type
pub enum LexerResult<T> {
Ok(T),
Err(LexerError),
}