pub fn route_bounds(wire: &Wire<'_>, geometry: &RouteGeometry) -> RectExpand description
Bounded for a route: its painted footprint needs the solved geometry,
which lives beside the document, so it can’t be a method on either half
alone.
pub fn route_bounds(wire: &Wire<'_>, geometry: &RouteGeometry) -> RectBounded for a route: its painted footprint needs the solved geometry,
which lives beside the document, so it can’t be a method on either half
alone.