async fn build_impl(
repo: &Repo,
ostree_ref: &str,
config: &Config,
opts: Option<ExportOpts<'_, '_>>,
dest: &ImageReference,
) -> Result<Digest>Expand description
Helper for build() that avoids generics
async fn build_impl(
repo: &Repo,
ostree_ref: &str,
config: &Config,
opts: Option<ExportOpts<'_, '_>>,
dest: &ImageReference,
) -> Result<Digest>Helper for build() that avoids generics