tooltip

Function tooltip 

Source
pub fn tooltip<V: IntoView + 'static, T: IntoView + 'static>(
    child: V,
    tip: impl Fn() -> T + 'static,
) -> Tooltip
Expand description

A view that displays a tooltip for its child.