Skip to main content

safe_open_under_sync

Function safe_open_under_sync 

pub fn safe_open_under_sync(
    root: impl AsRef<Path>,
    path: impl AsRef<Path>,
) -> Result<File, Error>
Available on crate feature std only.
Expand description

Blocking variant of safe_open_under.