pub type BoxError = Box<dyn Error + Send + Sync + 'static>;
box-grpc
struct BoxError(/* private fields */);