Type Definition sqlpop::parser::ParseError [] [src]

type ParseError<'input> = ParseError<usize, Tok<'input>, Error>;