Struct futures_util::io::Lines [−][src]
#[must_use = "streams do nothing unless polled"]pub struct Lines<R> { /* fields omitted */ }
Stream for the lines
method.
Trait Implementations
impl<R: AsyncBufRead> Stream for Lines<R>
[src]
impl<R: AsyncBufRead> Stream for Lines<R>
[src]impl<'__pin, R> Unpin for Lines<R> where
__Origin<'__pin, R>: Unpin,
[src]
__Origin<'__pin, R>: Unpin,
Auto Trait Implementations
impl<R> RefUnwindSafe for Lines<R> where
R: RefUnwindSafe,
R: RefUnwindSafe,
impl<R> Send for Lines<R> where
R: Send,
R: Send,
impl<R> Sync for Lines<R> where
R: Sync,
R: Sync,
impl<R> UnwindSafe for Lines<R> where
R: UnwindSafe,
R: UnwindSafe,