Module liserk_shared::query
source · Structs
- Represents a compound query composed of multiple
Query
s. - Builder for
CompoundQuery
- Represents a single query on a collection for a given use case.
- Builder for
SingleQuery
Enums
- The root Query type, which can be either a
SingleQuery
or aCompoundQuery
. - Specifies the type of a
CompoundQuery
, defining how itsQuery
s are combined.