Function compacts::bits::or[][src]

Important traits for Or<'a, L, R>
pub fn or<'a, L, R>(lhs: L, rhs: R) -> Or<'a, L::IntoIter, R::IntoIter> where
    L: IntoIterator<Item = Cow<'a, Entry>>,
    R: IntoIterator<Item = Cow<'a, Entry>>,