You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some objects have to get their crate's name prepended so they don't get confused with the type from another crate (like GtkApplication for example). Maybe adding a #[doc(alias = "Application")] for these types would help the search in the docs?