Skip to main content

http_try

Macro http_try 

Source
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.