Macro h2::proto_err

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