pub fn copy_template(
    source: impl AsRef<Path>,
    dest: impl AsRef<Path>
) -> Result<(), Error>
Available on crate feature path only.
Expand description

Copy a template into a PathFixture

Note: Generally you’ll use PathFixture::with_template instead.

Note: Ignores .keep files