pub struct ReadUntil<'a, R: ?Sized, D: AsRef<[u8]>> { /* private fields */ }
Expand description
The delimiter is included in the resulting vector.
Trait Implementations§
impl<'__pin, 'a, R: ?Sized, D: AsRef<[u8]>> Unpin for ReadUntil<'a, R, D>where
PinnedFieldsOf<__Origin<'__pin, 'a, R, D>>: Unpin,
Auto Trait Implementations§
impl<'a, R, D> Freeze for ReadUntil<'a, R, D>
impl<'a, R, D> RefUnwindSafe for ReadUntil<'a, R, D>
impl<'a, R, D> Send for ReadUntil<'a, R, D>
impl<'a, R, D> Sync for ReadUntil<'a, R, D>
impl<'a, R, D> !UnwindSafe for ReadUntil<'a, R, D>
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
Source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
Source§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
Source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more