macro_rules! err_protocol {
    ($expr:expr) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}
Expand description

Format an error message as a Protocol error