proto_err

Macro proto_err 

Source
macro_rules! proto_err {
    (conn: $($msg:tt)+) => { ... };
    (stream: $($msg:tt)+) => { ... };
}