Trait AwsInterface

Source
pub trait AwsInterface {
    // Required methods
    fn aws_region(&self) -> &str;
    fn aws_ses_req_signer(&self) -> &Signer<Credential>;
}

Required Methods§

Implementors§