oci_wasm

Trait ToConfig

source
pub trait ToConfig {
    // Required method
    fn to_config(&self) -> Result<Config>;
}

Required Methods§

source

fn to_config(&self) -> Result<Config>

Convert the type into an OCI manifest config

Implementors§