Macro tokio_http2::chain_result [] [src]

macro_rules! chain_result {
    ($first_expr:expr, $($try_expr:expr),*) => { ... };
    ($first_expr:expr, $($($arg:ident),+ -> $try_expr:expr),*) => { ... };
}