Trait xml::util::IteratorClonedPairwiseExt
[−]
[src]
pub trait IteratorClonedPairwiseExt: Sized {
fn cloned_pairwise(self) -> ClonedPairwise<Self>;
}