Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dasync_seek.rs29 pub trait AsyncSeek { trait
68 impl<T: AsyncSeek + Unpin + ?Sized> AsyncSeek for &mut T { impl