Module core

Source

Structs§

QueryResolver
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.
RetryConfig

Traits§

LowLevelClient
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.