Type Definition aws_sdk_dynamodb::error::BoxError

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

A boxed error that is Send and Sync.