pub struct SplitOnByte<'a, T> { /* private fields */ }
Implementations§
Source§impl<'s, 'a, T> SplitOnByte<'a, T>where
T: ParseIterator<'s>,
impl<'s, 'a, T> SplitOnByte<'a, T>where
T: ParseIterator<'s>,
pub fn next(&mut self) -> Option<&mut SplitOnByteIter<'a, T>>
pub fn for_each<F>(&mut self, f: F) -> &mut Selfwhere
F: FnMut(&mut SplitOnByteIter<'a, T>),
pub fn map_and_collect<F, A, B>(&mut self, f: F) -> B
Trait Implementations§
Auto Trait Implementations§
impl<'a, T> Freeze for SplitOnByte<'a, T>
impl<'a, T> RefUnwindSafe for SplitOnByte<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for SplitOnByte<'a, T>where
T: Send,
impl<'a, T> Sync for SplitOnByte<'a, T>where
T: Sync,
impl<'a, T> Unpin for SplitOnByte<'a, T>
impl<'a, T> !UnwindSafe for SplitOnByte<'a, T>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more