pub trait BsForErrors { // Required method fn bs(self) -> BS; }
Adds bs() -> BS to error types
bs() -> BS