[][src]Trait rusoto_sts::NewAwsCredsForStsCreds

pub trait NewAwsCredsForStsCreds {
    fn new_for_credentials(
        sts_creds: Credentials
    ) -> Result<AwsCredentials, CredentialsError>; }

Trait for conversions from STS Credentials to AWS Credentials.

Required Methods

Creates an AwsCredentials from a Credentials Returns a CredentialsError in case of an error.

Implementations on Foreign Types

impl NewAwsCredsForStsCreds for AwsCredentials
[src]

Implementors