macro_rules! error_position {
    ($input:expr, $code:expr) => { ... };
}
👎Deprecated since 0.3.0: Replaced with <code>E::from_error_kind</code>
Expand description

Creates a parse error from a ErrorKind and the position in the input