pub trait WithPosExt: Iterator<Item = char> + Sized { // Required method fn with_pos(self) -> WithPos<Self> ⓘ; }