Function fuse_mt::mount [] [src]

pub fn mount<FS, P>(
    filesystem: FS,
    mountpoint: &P,
    options: &[&OsStr]
) -> Result<(), Error> where
    FS: Filesystem,
    P: AsRef<Path>, 

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