Function game_kernel_vfs::mount[][src]

pub fn mount<T: FsDriver>(
    vfs: &mut Vfs,
    driver: T,
    path: Path
) -> Result<(), ()>