Skip to main content

FlattenWithIndexExt

Trait FlattenWithIndexExt 

Source
pub trait FlattenWithIndexExt: Iterator {
    // Provided method
    fn flatten_with_index(self) -> FlattenWithIndex<Self> 
       where Self::Item: IntoIterator,
             Self: Sized { ... }
}

Provided Methods§

Source

fn flatten_with_index(self) -> FlattenWithIndex<Self>
where Self::Item: IntoIterator, Self: Sized,

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§