pub trait ResultLogExt<T, E> { // Required methods fn ok_warn(self) -> Option<T>; fn ok_error(self) -> Option<T>; }