Struct Lines
struct Lines<R> { ... }
Stream for the lines method.
Implementations
impl<'__pin, R> Unpin for Lines<R>
impl<R> Freeze for Lines<R>
impl<R> RefUnwindSafe for Lines<R>
impl<R> Send for Lines<R>
impl<R> Sync for Lines<R>
impl<R> UnsafeUnpin for Lines<R>
impl<R> UnwindSafe for Lines<R>
impl<R: $crate::fmt::Debug> Debug for Lines<R>
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl<R: AsyncBufRead> Stream for Lines<R>
fn poll_next(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<<Self as >::Item>>
impl<S> TryStreamExt for Lines<R>
impl<S, T, E> TryStream for Lines<R>
fn try_poll_next(self: Pin<&mut S>, cx: &mut Context<'_>) -> Poll<Option<Result<<S as TryStream>::Ok, <S as TryStream>::Error>>>
impl<T> Any for Lines<R>
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for Lines<R>
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for Lines<R>
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> From for Lines<R>
fn from(t: T) -> TReturns the argument unchanged.
impl<T> StreamExt for Lines<R>
impl<T, U> Into for Lines<R>
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for Lines<R>
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for Lines<R>
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>