Function dochy_archiver2::read_archive_data_from_directory[][src]

pub fn read_archive_data_from_directory<P: AsRef<Path>, T: Send + 'static>(
    path: P,
    opt: &ArchiveOptions,
    converter: impl Fn(&str, &[u8]) -> T + Send + Sync + 'static
) -> ArcResult<ArchiveData<T>>