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