[][src]Type Definition nakadion::auth::TokenFuture

type TokenFuture<'a> = BoxFuture<'a, Result<Option<AccessToken>, TokenError>>;