extern_spec_std_iter_Iterator_cloned

Function extern_spec_std_iter_Iterator_cloned 

Source
pub fn extern_spec_std_iter_Iterator_cloned<'a, Self_, T>(
    self_: Self_,
) -> Cloned<Self_>
where T: 'a + Clone, Self_: Sized + Iterator<Item = &'a T> + IteratorSpec + ?Sized + Iterator,
Expand description

extern spec for ::std::iter::Iterator::cloned<T>

This is not a real function: its only use is for documentation.

terminates

ghost

ensures

result.iter() == self