pub trait IntoRects { // Required method fn rects(self, size_info: &SizeInfo, thickness: f32) -> CursorRects ⓘ; }
Trait for conversion into the iterator.
Consume the cursor for an iterator of rects.