pub fn cursor_icon_to_str(icon: &CursorIcon) -> &'static strExpand description
Map a Smithay CursorIcon to its CSS cursor-name string, used both for themed-cursor
lookup and for the name handed to the Python cursor callback; unknown icons fall back to
"default".