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