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