pub async fn fetch_manifest_and_config(
imgref: &OstreeImageReference,
) -> Result<(ImageManifest, Digest, ImageConfiguration)>Expand description
Download the manifest for a target image and its sha256 digest, as well as the image configuration.