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]
Self: Context<T, E>,
fn just_warn(self) -> Option<T> where
E: Display, [src]
E: Display,