Function nom::error::make_error  
source · [−]pub fn make_error<I, E: ParseError<I>>(input: I, kind: ErrorKind) -> EExpand description
creates an error from the input position and an ErrorKind
pub fn make_error<I, E: ParseError<I>>(input: I, kind: ErrorKind) -> Ecreates an error from the input position and an ErrorKind