Expand description
Common types and traits for use in implementing query functionality for a Bindle server. Note that this functionality is quite likely to change
Structs§
- Matches
- Describes the matches that are returned from a query
- Noop
Engine - A no-op query engine implementation. Its methods always returns
Okwith an empty result - Search
Options - The search options for performing this query and returning results
- Strict
Engine - Implements strict query processing.
Traits§
- Search
- This trait describes the minimal set of features a Bindle provider must implement to provide query support.