Function winnow::error::make_error

source ·
pub fn make_error<I, E: ParseError<I>>(input: I, kind: ErrorKind) -> E
👎Deprecated since 0.2.0: Replaced with <code>ParseError::from_error_kind</code>
Expand description

Creates an error from the input position and an ErrorKind