Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
Dasync_file.rs388 pub async fn into_std(mut self) -> SyncFile { in into_std()
411 pub fn try_into_std(mut self) -> Result<SyncFile, Self> { in try_into_std()