Trait libreda_db::technology::rules::DefaultWidth
source · pub trait DefaultWidth: DistanceRuleBase {
// Required method
fn default_width(
&self,
layer: &Self::LayerId,
shape_length: Option<Self::Distance>
) -> Option<Self::Distance>;
}Expand description
Default width rules.
Required Methods§
Object Safety§
This trait is not object safe.