mount_at_wrapper

Function mount_at_wrapper 

Source
pub fn mount_at_wrapper(
    fs_fd: impl AsFd,
    dirfd: impl AsFd,
    path: impl Arg + Debug + Clone,
) -> Result<()>
Expand description

Wrapper around [composefs::mount::mount_at]