Macro safe_core::fry [] [src]

macro_rules! fry {
    ($res:expr) => { ... };
}

This is the equivalent try! adapted to deal with futures. It is to be read as future-try. This will convert errors from Result into a done future with corresponding error and return.