[][src]Macro futures_ext::try_left_future

macro_rules! try_left_future {
    ($e:expr) => { ... };
}

Macro that can be used like ? operator, but in the context where the expected return type is a left future. The result of it is either Ok part of Result or immediate returning the Err