[][src]Macro futures::try_ready

macro_rules! try_ready {
    ( $ x : expr ) => { ... };
}

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

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