macro_rules! try_mkdir {
($path:expr) => { ... };
}Expand description
Async create_dir_all that propagates the io::Error for fail-fast pipelines.
macro_rules! try_mkdir {
($path:expr) => { ... };
}Async create_dir_all that propagates the io::Error for fail-fast pipelines.