Function copy_assets

Source
pub fn copy_assets(
    src_dir: impl AsRef<Path>,
    dst_dir: impl AsRef<Path>,
) -> Result<()>