macro_rules! ojph_error {
($code:expr, $($arg:tt)*) => { ... };
}Expand description
Emit an error message and return an OjphError::Codec.
macro_rules! ojph_error {
($code:expr, $($arg:tt)*) => { ... };
}Emit an error message and return an OjphError::Codec.