Type Definition safe_authenticator::AuthFuture [] [src]

type AuthFuture<T> = Future<Item = T, Error = AuthError>;

Future type specialised with AuthError as an error type