[][src]Function alacritty::cursor::hollow

fn hollow(
    x: f32,
    y: f32,
    width: f32,
    height: f32,
    thickness: f32,
    color: Rgb
) -> CursorRects

Notable traits for CursorRects

impl Iterator for CursorRects type Item = RenderRect;

Create an iterator yielding a rect for each side of the hollow block cursor.