pub trait LogUnwrap<T> { // Required methods fn log_unwrap(self) -> T; fn log_expect(self, msg: &str) -> T; }