pub fn link_button<'a, P, L>(placeholder: P, link: L) -> Tooltip<'a, Message>where P: IntoFragment<'a>, L: ToString + IntoFragment<'a> + 'a,