generic_camera::controls

Trait ToolTip

source
pub trait ToolTip {
    // Required method
    fn tooltip(&self) -> &'static str;
}
Expand description

Trait for controls that have a tooltip.

Required Methods§

source

fn tooltip(&self) -> &'static str

The tooltip for this control.

Implementors§