pub trait ToConfig { // Required method fn to_config(&self) -> Result<Config>; }
Convert the type into an OCI manifest config