Function safe_core::nfs::create_dir[][src]

Important traits for Box<R>
pub fn create_dir<T: 'static>(
    client: &Client<T>,
    dir: &MDataInfo,
    contents: BTreeMap<Vec<u8>, Value>,
    perms: BTreeMap<User, PermissionSet>
) -> Box<NfsFuture<()>>

Create a new directory based on the provided MDataInfo