Trait UnwrapLog
Other items insozu_lib::util
pub trait UnwrapLog<T> { fn unwrap_log( self, file: &str, line: u32, module_path: &str, expression: &str ) -> T; }
fn unwrap_log( self, file: &str, line: u32, module_path: &str, expression: &str) -> T
impl<T> UnwrapLog<T> for Option<T>
impl<T, E: Debug> UnwrapLog<T> for Result<T, E>