[][src]Trait or_iterator::OrIterator

pub trait OrIterator: Sized {
    fn or<I2: Iterator>(self, other: I2) -> Or<Self, I2>;
}

Required methods

fn or<I2: Iterator>(self, other: I2) -> Or<Self, I2>

Loading content...

Implementors

impl<I1: Iterator> OrIterator for I1[src]

Loading content...