Trait yaxpeax_core::arch::SimpleStreamingIterator[][src]

pub trait SimpleStreamingIterator {
    type Item;
    fn next<'b>(&mut self) -> Option<&'b Self::Item>;
}

Associated Types

Required methods

Implementors