Type Definition bonsaidb::keystorage::s3::aws_sdk_s3::error::BoxError

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

A boxed error that is Send and Sync.