[][src]Function fuser::mount2

pub fn mount2<FS: Filesystem, P: AsRef<Path>>(
    filesystem: FS,
    mountpoint: P,
    options: &[MountOption]
) -> Result<()>

Mount the given filesystem to the given mountpoint. This function will not return until the filesystem is unmounted.

NOTE: This will eventually replace mount(), once the API is stable