Type Alias aws_smithy_runtime_api::box_error::BoxError
source · pub type BoxError = Box<dyn Error + Send + Sync>;
Expand description
A boxed error that is Send
and Sync
.
Aliased Type§
struct BoxError(/* private fields */);