Struct futures_util::io::Lines
source · [−]pub struct Lines<R> { /* private fields */ }
Expand description
Stream for the lines
method.
Trait Implementations
sourceimpl<R: AsyncBufRead> Stream for Lines<R>
impl<R: AsyncBufRead> Stream for Lines<R>
impl<'__pin, R> Unpin for Lines<R>where
__Origin<'__pin, R>: Unpin,
Auto Trait Implementations
impl<R> RefUnwindSafe for Lines<R>where
R: RefUnwindSafe,
impl<R> Send for Lines<R>where
R: Send,
impl<R> Sync for Lines<R>where
R: Sync,
impl<R> UnwindSafe for Lines<R>where
R: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more