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