pub fn extern_spec_core_iter_Iterator_next<Self_>(
self_: &mut Self_,
) -> Option<Self_::Item>Expand description
extern spec for ::core::iter::Iterator::next
This is not a real function: its only use is for documentation.
ensures
match result { None => self.completed(), Some(v) => (*self).produces(Seq::singleton(v), ^self) }