pub type BoxError = Box<dyn Error + Send + Sync + 'static>;
Boxed error type for streaming operations
pub struct BoxError(/* private fields */);