Home
last modified time | relevance | path

Searched defs:ReadToEndTask (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dread_task.rs79 pub struct ReadToEndTask<'a, R: ?Sized> { struct
85 impl<'a, R: ?Sized> ReadToEndTask<'a, R> { impl
133 impl<'a, R> Future for ReadToEndTask<'a, R> implementation