fn mount_at<P: AsRef<Path>>(mnt_point: P, mnt_options: &str) -> Result<File>
Expand description

Calls into libfuse3 to mount this file system at the given path. The file descriptor to use to communicate with the kernel is returned.