[][src]Trait wrapperrs::ResultExt

pub trait ResultExt<T> {
    fn wrap_err(self, msg: &str) -> Result<T, Error>;
}

Required methods

fn wrap_err(self, msg: &str) -> Result<T, Error>

Loading content...

Implementations on Foreign Types

impl<T, E: ErrorExt> ResultExt<T> for Result<T, E>[src]

Loading content...

Implementors

Loading content...