Function holochain::prelude::ffs::create_dir

source ·
pub async fn create_dir<P>(path: P) -> impl Future<Output = Result<(), IoError>>where
    P: Clone + AsRef<Path>,