Struct memchr::Memchr2
pub struct Memchr2<'a> { /* fields hidden */ }
Documentation
An iterator for memchr2
.
Implementations
Trait Implementations
impl<'a> DoubleEndedIterator for Memchr2<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for Memchr2<'a>
impl<'a> UnwindSafe for Memchr2<'a>
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T