pub trait MinimumWidth: DistanceRuleBase { // Required method fn min_width( &self, layer: &Self::LayerId, shape_length: Option<Self::Distance> ) -> Option<Self::Distance>; }
Minimum width rules.
Minimal width of a shape with a certain length.