pub trait StartsWith<I> { // Required method fn starts_with(&mut self, start: &mut I) -> Option<usize>; }