[][src]Struct b_error::BError

pub struct BError(_);

Methods

impl BError[src]

pub fn new<K>(kind: K) -> BError where
    K: Display + Send + Sync + 'static, 
[src]

pub fn from_source<E, K>(source: E, kind: K) -> BError where
    E: StdError + Send + Sync + 'static,
    K: Display + Send + Sync + 'static, 
[src]

Trait Implementations

impl Display for BError[src]

impl Debug for BError[src]

impl Error for BError[src]

Auto Trait Implementations

impl Send for BError

impl Sync for BError

impl Unpin for BError

impl !UnwindSafe for BError

impl !RefUnwindSafe for BError

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]