[][src]Function nom::error::make_error

pub fn make_error<I, E: ParseError<I>>(input: I, kind: ErrorKind) -> E

creates an error from the input position and an ErrorKind