IntoFlattenRec

Trait IntoFlattenRec 

Source
pub trait IntoFlattenRec {
    // Required method
    fn flatten_rec(self) -> FlattenRec ;
}
Expand description

Allows conversion into FlattenRec.

Required Methods§

Source

fn flatten_rec(self) -> FlattenRec

Convert into a flattening iterator adaptor.

Implementations on Foreign Types§

Source§

impl IntoFlattenRec for IntoIter

Implementors§