pub trait BsForErrors {
// Required method
fn bs(self) -> BS;
}Expand description
Adds bs() -> BS to error types
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".