Trait libreda_db::technology::rules::MinimumWidth
source · [−]pub trait MinimumWidth: DistanceRuleBase {
fn min_width(
&self,
layer: &Self::LayerId,
shape_length: Option<Self::Distance>
) -> Option<Self::Distance>;
}
Expand description
Minimum width rules.