trait BoolExt { /* Required methods */ fn map<T, F>(self, f: F) -> Option<T> where F: FnOnce() -> T, }
self