[][src]Trait crev_common::result::ResultExt

pub trait ResultExt {
    type Ok;
    pub fn err_eprint_and_ignore(self) -> Option<Self::Ok>;
}

Associated Types

type Ok[src]

Loading content...

Required methods

pub fn err_eprint_and_ignore(self) -> Option<Self::Ok>[src]

Loading content...

Implementations on Foreign Types

impl<O, E> ResultExt for Result<O, E> where
    E: Error
[src]

type Ok = O

Loading content...

Implementors

Loading content...