Skip to main content

tooltip

Function tooltip 

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

A view that displays a tooltip for its child.