pub fn toolbar_search(
id: impl Into<String>,
query: Signal<String>,
) -> ToolbarEntryExpand description
A native search field bound two-way to query — NSSearchToolbarItem, GtkSearchEntry,
a Qt search QLineEdit, an AutoSuggestBox. Set the prompt with .placeholder(_).