Type Definition lexer::Spanned

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