Function libreda_lefdef::export::get_cell_outline_bbox
source · fn get_cell_outline_bbox<C, Crd>(
cell: &CellRef<'_, C>,
outline_layer: &C::LayerId
) -> Option<Rect<Crd>>where
Crd: NumCast + Ord + CoordinateType + PrimInt + Display,
C: L2NBase<Coord = Crd>,