Trait brontes_types::tree::util::zip::SplitIterZip
source · pub trait SplitIterZip<NewI>: Iteratorwhere
NewI: Iterator,{
type Out: Iterator;
// Required method
fn zip_with_inner(self, other: NewI) -> Self::Out;
}