Macro futures_util::try_ready

source ยท
macro_rules! try_ready {
    ($x:expr) => { ... };
}
Expand description

Extracts the successful type of a Poll<Result<T, E>>.

This macro bakes in propagation of Pending and Err signals by returning early.