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