devela::_dep::rustix::fs

Function unmount

pub fn unmount<Target>(target: Target, flags: UnmountFlags) -> Result<(), Errno> 
where Target: Arg,
Available on crate feature dep_rustix only.
Expand description

umount2(target, flags)

§References