aws_sdk_sts::error

Type Alias BoxError

source
pub type BoxError = Box<dyn Error + Sync + Send>;
Expand description

A boxed error that is Send and Sync.

Aliased Typeยง

struct BoxError(/* private fields */);