trait ConstSizeIntoIterator: IntoIterator {
    // Required method
    fn size() -> Option<usize>;
}

Required Methods§

Implementors§