Macro safe_app::fry[]

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.