pub(super) trait SpecExtendFront<T, I> { // Required method fn spec_extend_front(&mut self, iter: I); }