Trait alacritty::cursor::IntoRects[][src]

pub trait IntoRects {
    fn rects(self, size_info: &SizeInfo, thickness: f32) -> CursorRects

Notable traits for CursorRects

impl Iterator for CursorRects type Item = RenderRect;
; }

Trait for conversion into the iterator.

Required methods

fn rects(self, size_info: &SizeInfo, thickness: f32) -> CursorRects

Notable traits for CursorRects

impl Iterator for CursorRects type Item = RenderRect;
[src]

Consume the cursor for an iterator of rects.

Loading content...

Implementations on Foreign Types

impl IntoRects for RenderableCursor[src]

Loading content...

Implementors

Loading content...