Skip to main content

HasIterator

Struct HasIterator 

Source
#[doc(hidden)]
pub struct HasIterator;

Trait Implementations§

Source§

impl BitOr<HasIterator> for ThereIsNoIteratorInRepetition

Source§

type Output = HasIterator

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: HasIterator) -> HasIterator

Performs the | operation. Read more
Source§

impl BitOr<ThereIsNoIteratorInRepetition> for HasIterator

Source§

type Output = HasIterator

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: ThereIsNoIteratorInRepetition) -> HasIterator

Performs the | operation. Read more
Source§

impl BitOr for HasIterator

Source§

type Output = HasIterator

The resulting type after applying the | operator.
Source§

fn bitor(self, _rhs: HasIterator) -> HasIterator

Performs the | operation. Read more