Function gitoxide_core::repository::clone
source · pub fn clone<P>(
remote: impl AsRef<OsStr>,
directory: impl AsRef<Path>,
overrides: Vec<BString>,
progress: P,
out: impl Write,
err: impl Write,
_: Options
) -> Result<()>where
P: Progress,
P::SubProgress: 'static,
Available on crate feature
blocking-client
only.