Type Definition aws_types::endpoint::BoxError

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

A boxed error.