pub trait ToolTip {
// Required method
fn tooltip(&self) -> &'static str;
}Expand description
Trait for controls that have a tooltip.
pub trait ToolTip {
// Required method
fn tooltip(&self) -> &'static str;
}Trait for controls that have a tooltip.