pub trait IterDelimited: Iterator + Sized { // Provided method fn delimited(self) -> Delimited<Self> ⓘ { ... } }