pub trait CursorModifierNode:
Send
+ Sync
+ 'static {
// Required method
fn cursor_icon(&self) -> CursorIcon;
}Expand description
A node-local hover cursor modifier.
Required Methods§
Sourcefn cursor_icon(&self) -> CursorIcon
fn cursor_icon(&self) -> CursorIcon
Returns the cursor icon that should be used when the pointer hovers this node.