macro_rules! protocol_error {
() => { ... };
(@ $($fmt_arg:tt)*) => { ... };
($($fmt_arg:tt)*) => { ... };
}Expand description
Constructs a ErrorCode::ProtocolError variant.
macro_rules! protocol_error {
() => { ... };
(@ $($fmt_arg:tt)*) => { ... };
($($fmt_arg:tt)*) => { ... };
}Constructs a ErrorCode::ProtocolError variant.