INNER CODE UNIT · Rust

entries

XayahSuSuSu/Android-DataBackup · source-next/native/src/main/jni/rustic/src/mapped_source.rs:199

    fn entries(&self) -> Self::Iter {
        let mut streams: Vec<Entries> = self
            .roots
            .iter()
            .map(|root| {
                let source = root.source.clone();
                let destination = root.destination.clone();
                let excluded = root.excluded.clone();
                let directory_entry = root.directory_node.clone().map(|node| {
                    Ok(ReadSourceEntry {
                        path: source.clone(),
                        node,
                        open: None,
                    })
                });
                Box::new(
                    directory_entry
                        .into_iter()

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…