protocol_error

Macro protocol_error 

Source
macro_rules! protocol_error {
    () => { ... };
    (@ $($fmt_arg:tt)*) => { ... };
    ($($fmt_arg:tt)*) => { ... };
}
Expand description

Constructs a ErrorCode::ProtocolError variant.