Type Definition aws_smithy_http::event_stream::BoxError

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

A generic, boxed error that’s Send, Sync, and 'static.