pub trait ControlPlaneConfigTemplate {
    fn object_ref(&self) -> ObjectReference;
}

Required methods

Implementors