Type Definition solang_parser::lexer::Spanned[][src]

pub type Spanned<Token, Loc, Error> = Result<(Loc, Token, Loc), Error>;