pub type BoxError = Box<dyn Error + Send + Sync>;
类型擦除的错误类型别名
pub struct BoxError(/* private fields */);