[][src]Function shell_rs::mkdir

pub fn mkdir<T: AsRef<str>>(
    directory: T,
    options: &MkDirOptions
) -> Result<(), Errno>