[][src]Type Definition candid::parser::lexer::Spanned

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