pub fn main(
options: Options,
filesystem: impl FileSystem
) -> Result<(), MainResult>
Expand description
Mount and run a filesystem from the given options an mount object.
pub fn main(
options: Options,
filesystem: impl FileSystem
) -> Result<(), MainResult>
Mount and run a filesystem from the given options an mount object.