Macro error_position
#[macro_export]
macro_rules! error_position {
($input:expr, $code:expr $(,)?) => { ... };
}
Creates a parse error from a nom::ErrorKind
and the position in the input
error_position#[macro_export]
macro_rules! error_position {
($input:expr, $code:expr $(,)?) => { ... };
}
Creates a parse error from a nom::ErrorKind
and the position in the input