Type Definition rusoto_core::AutoRefreshingProvider [] [src]

type AutoRefreshingProvider<P> where
    P: 'static + ProvideAwsCredentials
= BaseAutoRefreshingProvider<P, RefCell<Shared<<P as ProvideAwsCredentials>::Future>>>;

!Sync AutoRefreshingProvider that caches credentials in a RefCell