Type Definition rusoto_credential::AutoRefreshingProvider [] [src]

type AutoRefreshingProvider<P> = BaseAutoRefreshingProvider<P, RefCell<AwsCredentials>>;

!Sync AutoRefreshingProvider that caches credentials in a RefCell

Methods

impl<P: ProvideAwsCredentials> AutoRefreshingProvider<P>
[src]