Skip to main content

ParseError

Type Alias ParseError 

Source
pub type ParseError = Error<String>;

Aliased Type§

pub struct ParseError {
    pub input: String,
    pub code: ErrorKind,
}

Fields§

§input: String

position of the error in the input data

§code: ErrorKind

nom error code