Re-exports§
pub use interface::TransactionId;pub use util::Either;pub use util::RetryError;pub use util::WaitGroup;pub use util::ioc;pub use util::retry;pub use util::retry;pub use value::encoded::EncodedKey;pub use value::encoded::EncodedKeyBuilder;pub use value::encoded::EncodedKeyRange;pub use value::frame::*;
Modules§
- delta
- diagnostic
- event
- interceptor
- interface
- key
- retention
- stream
- Streaming result types for async query execution.
- util
- value
Macros§
- async_
cow_ vec - define_
api_ function - Macro to create helper functions that create closure interceptors
- define_
closure_ interceptor - Macro to generate closure interceptor wrapper types
- define_
interceptor - Generic macro to define interceptor contexts, traits, and chain execution
- err
- Macro to create an Err(Error()) from a diagnostic function call
- error
- Macro to create an Error from a diagnostic function call
- impl_
event - impl_
register_ interceptor - key_
prefix - return_
error - Macro to return an error from a diagnostic function call
- return_
internal_ error - Macro to return an internal error with automatic source location capture This combines return_error! and internal_error! for convenience