Skip to main content

safe_open_file_async

Function safe_open_file_async 

Source
pub async fn safe_open_file_async(path: &Path) -> Result<(PathBuf, File)>
Expand description

Async variant: validate path and open a file in one atomic step.