Skip to main content

try_mkdir

Macro try_mkdir 

Source
macro_rules! try_mkdir {
    ($path:expr) => { ... };
}
Expand description

Async create_dir_all that propagates the io::Error for fail-fast pipelines.