[][src]Trait as_result::MapResult

pub trait MapResult<T, E> {
    fn map_result(self) -> Result<T, E>;
}

Maps a result into another result

Required methods

fn map_result(self) -> Result<T, E>

Maps a result into another result

Loading content...

Implementations on Foreign Types

impl MapResult<(), Error> for Result<ExitStatus>[src]

Loading content...

Implementors

Loading content...