Trait libreda_pnr::db::traits::layout_ids_portrait::imports::technology::prelude::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.