macro_rules! err_protocol {
($expr:expr) => { ... };
($fmt:expr, $($arg:tt)*) => { ... };
}
Expand description
Format an error message as a Protocol
error
macro_rules! err_protocol {
($expr:expr) => { ... };
($fmt:expr, $($arg:tt)*) => { ... };
}
Format an error message as a Protocol
error