macro_rules! error_position {
($input:expr, $code:expr) => { ... };
}Available on crate feature
mtls only.Expand description
Creates a parse error from a nom::ErrorKind
and the position in the input
macro_rules! error_position {
($input:expr, $code:expr) => { ... };
}mtls only.Creates a parse error from a nom::ErrorKind
and the position in the input