BsForErrors

Trait BsForErrors 

Source
pub trait BsForErrors {
    // Required method
    fn bs(self) -> BS;
}
Expand description

Adds bs() -> BS to error types

Required Methods§

Source

fn bs(self) -> BS

Implementors§

Source§

impl<E: StdError + Send + Sync + 'static> BsForErrors for E