Function rusticata_macros::macros::make_error
source · [−]pub fn make_error<I, E>(input: I, kind: ErrorKind) -> E where
E: ParseError<I>, Expand description
Creates an error from the input position and an ErrorKind
pub fn make_error<I, E>(input: I, kind: ErrorKind) -> E where
E: ParseError<I>, Creates an error from the input position and an ErrorKind