Function lines

Source
pub(crate) fn lines<R>(reader: R) -> Lines<R>
where R: AsyncBufRead,