Skip to main content

render_pins_with_box

Function render_pins_with_box 

Source
pub fn render_pins_with_box<'a>(
    iter: impl Iterator<Item = (PinId, &'a Pin)>,
    bbox: Rect,
    accents: ShapeAccents<'_>,
    painter: &mut Style<'_, impl Renderer>,
)