async fn run_list_images<ObjectID: FsVerityHashValue>(
repo: &Repository<ObjectID>,
filter: Option<String>,
) -> Result<Vec<ImageEntry>, OciError>Expand description
OCI helper functions backing the org.composefs.Oci interface, gated behind
the oci feature.