pub fn tooltip<V: IntoView + 'static, T: IntoView + 'static>( child: V, tip: impl Fn() -> T + 'static, ) -> Tooltip
A view that displays a tooltip for its child.