Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
H A Dasync_file.rs47 type RWJoinHandle = JoinHandle<(FileBuf, io::Result<()>)>; typedef
53 Reading(RWJoinHandle),
54 Writing(RWJoinHandle),