[][src]Function redoxfs::archive_at

pub fn archive_at<D: Disk, P: AsRef<Path>>(
    fs: &mut FileSystem<D>,
    parent_path: P,
    parent_block: u64
) -> Result<()>