CursorModifierNode

Trait CursorModifierNode 

Source
pub trait CursorModifierNode:
    Send
    + Sync
    + 'static {
    // Required method
    fn cursor_icon(&self) -> CursorIcon;
}
Expand description

A node-local hover cursor modifier.

Required Methods§

Source

fn cursor_icon(&self) -> CursorIcon

Returns the cursor icon that should be used when the pointer hovers this node.

Implementors§