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

Required methods

Implementors