Skip to main content

extern_spec_core_iter_Iterator_cloned

Function extern_spec_core_iter_Iterator_cloned 

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

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

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

ghost

ensures

self