pub trait EnabledCursorExt:
Styled
+ Sized
+ FluentBuilder {
// Provided method
fn cursor_for_enabled(self, enabled: bool) -> Self { ... }
}Expand description
Provided Methods§
Sourcefn cursor_for_enabled(self, enabled: bool) -> Self
fn cursor_for_enabled(self, enabled: bool) -> Self
Apply cursor styling based on enabled state. When enabled, uses pointer cursor; otherwise uses default cursor.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.