Macro nom::error_node_position
source · [−]macro_rules! error_node_position {
($input:expr, $code:expr, $next:expr) => { ... };
}
Expand description
Creates a parse error from a nom::ErrorKind
,
the position in the input and the next error in
the parsing tree