Macro h2::proto_err

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