Type Definition gauthz::Future [] [src]

type Future<T> = Box<StdFuture<Item = T, Error = Error>>;

A Future with an error type pinned to gauthz::Error