Function freya::core::render::utils::run_cursor_highlights

source ยท
pub fn run_cursor_highlights(
    area: Rect<f32, Measure>,
    paragraph: &RefHandle<skia_textlayout_Paragraph>,
    node_ref: &NodeRef<'_, CustomAttributeValues>,
    run: impl FnMut(Rect),
) -> Option<()>