Module inquire::type_aliases

source ·
Expand description

General type aliases.

Type Aliases§

  • Type alias to represent the function used to retrieve an optional autocompletion suggestion. The function receives the current input and should return the suggestion (if any) that will replace the current input.
  • Type alias to represent the function used to Score and filter options.
  • Type alias to represent the function used to retrieve text input suggestions. The function receives the current input and should return a collection of strings containing the suggestions to be made to the user.