[][src]Trait err_with::ErrWith

pub trait ErrWith<T, E> {
    fn err_with<W>(self, with: W) -> Result<T, (E, W)>;
}

Required methods

fn err_with<W>(self, with: W) -> Result<T, (E, W)>

Loading content...

Implementations on Foreign Types

impl<T, E> ErrWith<T, E> for Result<T, E>[src]

Loading content...

Implementors

Loading content...