Function conserve::copy_tree

source ·
pub fn copy_tree<ST: ReadTree, DT: WriteTree>(
    source: &ST,
    dest: &mut DT
) -> Result<()>
Expand description

Copy files and other entries from one tree to another.

Progress and problems are reported to the source’s report.