Crate suggest

source ·

Modules§

Structs§

Enums§

  • A list of errors that are internal to the component. This is the error type for private and crate-internal methods, and is never returned to the application.
  • What should be interrupted when SuggestStore::interrupt is called?
  • The error type for all Suggest component operations. These errors are exposed to your application, which should handle them as needed.
  • Per-provider configuration data.
  • A suggestion from the database to show in the address bar.
  • A provider is a source of search suggestions.

Functions§

  • Determines whether a “raw” sponsored suggestion URL is equivalent to a “cooked” URL. The two URLs are equivalent if they are identical except for their replaced template parameters, which can be different.

Type Aliases§