pub fn build_snapshot_from_provider<P: Provider>(
provider: &P,
source: &str,
output: &Path,
options: &BuildOptions,
) -> Result<(), GitClosureError>Expand description
Builds a snapshot using a caller-supplied Provider implementation.