Trait IteratorToPusherator

Source
pub trait IteratorToPusherator: Iterator {
    // Provided method
    fn pull_to_push(self) -> PivotBuild<Self>
       where Self: Sized { ... }
}

Provided Methods§

Source

fn pull_to_push(self) -> PivotBuild<Self>
where Self: Sized,

Implementors§