macro_rules! http_try {
($coroutine:expr, $arg:expr $(,)?) => { ... };
}Expand description
Coroutine ?: forwards Yielded (via Into), short-circuits on
Err (via Into), evaluates to the inner Ok value.
macro_rules! http_try {
($coroutine:expr, $arg:expr $(,)?) => { ... };
}Coroutine ?: forwards Yielded (via Into), short-circuits on
Err (via Into), evaluates to the inner Ok value.