Type Definition pio_parser::ParseError

source · []
pub type ParseError<'input> = ParseError<usize, Token<'input>, &'static str>;