Trait otter_api_tests::ResultTEExt[][src]

pub trait ResultTEExt<T, E> {
    fn did(self, msg: &'static str) -> Result<T>
    where
        Self: Context<T, E>
;
fn just_warn(self) -> Option<T>
    where
        E: Display
; }

Required methods

fn did(self, msg: &'static str) -> Result<T> where
    Self: Context<T, E>, 
[src]

fn just_warn(self) -> Option<T> where
    E: Display
[src]

Loading content...

Implementors

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

Loading content...