[][src]Trait b_error::StdResultExt

pub trait StdResultExt<T>: Sized {
    fn ec<K>(self, kind: K) -> StdResult<T, BError>
    where
        K: Display + Send + Sync + 'static
; fn e(self) -> StdResult<T, BError> { ... } }

Required methods

fn ec<K>(self, kind: K) -> StdResult<T, BError> where
    K: Display + Send + Sync + 'static, 

Loading content...

Provided methods

fn e(self) -> StdResult<T, BError>

Loading content...

Implementations on Foreign Types

impl<T, E> StdResultExt<T> for StdResult<T, E> where
    E: StdError + Send + Sync + 'static, 
[src]

Loading content...

Implementors

Loading content...