Macro nom8::error_position
source · macro_rules! error_position {
($input:expr, $code:expr) => { ... };
}
Expand description
Creates a parse error from a ErrorKind
and the position in the input
macro_rules! error_position {
($input:expr, $code:expr) => { ... };
}
Creates a parse error from a ErrorKind
and the position in the input