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§
Sourcefn gate_type_name(&self) -> &'static str
fn gate_type_name(&self) -> &'static str
Get a descriptive name for this gate type