Type Definition solang_parser::lexer::Spanned

source · []
pub type Spanned<Token, Loc, Error> = Result<(Loc, Token, Loc), Error>;