pub fn result_to_response<T>(res: Result<T, Error>) -> ResponseFuture where
    T: Serialize
Expand description

Convert Result to ResponseFuture