Trait xml::util::IteratorClonedPairwiseExt [] [src]

pub trait IteratorClonedPairwiseExt: Sized {
    fn cloned_pairwise(self) -> ClonedPairwise<Self>;
}

Required Methods

fn cloned_pairwise(self) -> ClonedPairwise<Self>

Implementors