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