Function rustic_rs::commands::open_repository_with_progress

source ·
fn open_repository_with_progress<P: Clone>(
    repo_opts: &AllRepositoryOptions,
    po: P,
) -> Result<Repository<P, OpenStatus>>
Expand description

Open the repository with the given options

§Arguments

  • repo_opts - The repository options

§Errors