[][src]Type Definition nakadion::api::ApiFuture

type ApiFuture<'a, T> = BoxFuture<'a, Result<T, NakadiApiError>>;