Structs§
- Query
Resolver - Query resolver that wraps a LowLevelClient and provides all generic methods. This allows for flexible composition - you can have arrays of dyn LowLevelClient and wrap them in QueryResolver as needed.
- Retry
Config
Traits§
- LowLevel
Client - Low-level client trait that only requires implementing ask_raw. This trait can be used as dyn LowLevelClient for dynamic dispatch. JSON processing is handled by utility functions with a convenience method.