[][src]Trait yarte::IntoCopyIterator

pub trait IntoCopyIterator: IntoIterator {
    fn __into_citer(self) -> Self::IntoIter;
}

Required methods

fn __into_citer(self) -> Self::IntoIter

Loading content...

Implementors

impl<I> IntoCopyIterator for I where
    I: IntoIterator
[src]

Loading content...