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§