Macro safe_app::err[]

macro_rules! err {
    ( $ elt : expr ) => { ... };
}

This is the equivalent of Result::Ok() adapted to deal with futures. This should be used to construct the return type equivalent of Result::Err in futures paradigm.