[][src]Type Definition safe_authenticator::AuthFuture

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

Future type specialised with AuthError as an error type.