h2

Macro proto_err

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