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