[][src]Function redoxfs::mount

pub fn mount<D, P, T, F>(
    filesystem: FileSystem<D>,
    mountpoint: P,
    callback: F
) -> Result<T> where
    D: Disk,
    P: AsRef<Path>,
    F: FnMut(&Path) -> T,