pub trait IterFormatExt: Iterator { // Provided method fn format(self, separator: &str) -> Format<'_, Self> where Self: Sized { ... } }