Home
last modified time | relevance | path

Searched refs:LinesTask (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dasync_buf_read.rs19 use crate::io::read_task::{LinesTask, ReadLineTask, ReadUtilTask, SplitTask};
159 fn lines(self) -> LinesTask<Self> in lines()
163 LinesTask::new(self) in lines()
H A Dread_task.rs425 pub struct LinesTask<R> { struct
432 impl<R> LinesTask<R> impl
436 pub(crate) fn new(reader: R) -> LinesTask<R> { in new()
437 LinesTask { in new()
446 impl<R> LinesTask<R> implementation