Searched defs:spec_nth (Results 1 – 2 of 2) sorted by relevance
159 fn spec_nth(&mut self, n: usize) -> Option<Self::Item>; in spec_nth() method238 default fn spec_nth(&mut self, mut n: usize) -> Option<I::Item> { in spec_nth() method
523 fn spec_nth(&mut self, n: usize) -> Option<Self::Item>; in spec_nth() method547 default fn spec_nth(&mut self, n: usize) -> Option<A> { in spec_nth() method632 fn spec_nth(&mut self, n: usize) -> Option<T> { in spec_nth() method