Function nix::mount::umount2

source ยท
pub fn umount2<P: ?Sized + NixPath>(target: &P, flags: MntFlags) -> Result<()>
Expand description

Unmount the file system mounted at target.

See also umount