Trait wrap_result::WrapErr[][src]

pub trait WrapErr<O>: Sized {
    fn wrap_err(self) -> Result<O, Self>;
}

Required methods

fn wrap_err(self) -> Result<O, Self>[src]

Loading content...

Implementors

impl<T, O> WrapErr<O> for T[src]

Loading content...