pub trait BxForErrors { // Required method fn bx(self) -> BX; }
Adds bx() -> BX to error types
bx() -> BX