pub trait IterExt: Iterator { // Provided method fn just_one(&mut self) -> Option<Self::Item> { ... } }