Function copy_template
pub fn copy_template(
source: impl AsRef<Path>,
dest: impl AsRef<Path>,
) -> Result<(), Error>Expand description
Copy a template into a DirRoot
Note: Generally you’ll use DirRoot::with_template instead.
Note: Ignores .keep files