GateGeometryOps

Trait GateGeometryOps 

Source
pub trait GateGeometryOps:
    GateCenter
    + GateContainment
    + GateBounds
    + GateValidation {
    // Required method
    fn gate_type_name(&self) -> &'static str;
}
Expand description

Common trait combining all gate behaviors

Required Methods§

Source

fn gate_type_name(&self) -> &'static str

Get a descriptive name for this gate type

Implementors§