pub trait MinimumWidth: DistanceRuleBase {
// Required method
fn min_width(
&self,
layer: &Self::LayerId,
shape_length: Option<Self::Distance>,
) -> Option<Self::Distance>;
}Expand description
Minimum width rules.