Skip to main content

ContainerOpts

Trait ContainerOpts 

Source
pub trait ContainerOpts {
    // Required method
    fn to_params(&self) -> BTreeMap<String, ParamValue>;
}

Required Methods§

Source

fn to_params(&self) -> BTreeMap<String, ParamValue>

Implementors§