[][src]Trait error_context::MapErrorNoContext

pub trait MapErrorNoContext<O, E> {
    fn map_error_context(self) -> Result<O, ErrorNoContext<E>>;
}

Map error caring type by wrapping it's error value in ErrorNoContext

Required methods

Loading content...

Implementations on Foreign Types

impl<O, E> MapErrorNoContext<O, E> for Result<O, E>[src]

Loading content...

Implementors

Loading content...