Macro boxfuture::try_future[][src]

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

Just like try! (or the ? operator) but which early-returns a Box<FutureResult> instead of an Err.