[][src]Function cargo_create::git::clone_into_folder

pub fn clone_into_folder(
    url: &str,
    branch: &Option<impl AsRef<str>>,
    folder_path: impl AsRef<Path>
) -> Result<()>

Clones a repository into the given folder.