Expand description
A simple Client for the Lucid KV
Structs§
- Builder
- A builder for adding custom options to the LucidClient
- Certificate
- Represents a server X509 certificate.
- Lucid
Client - The main Client
- Notification
- A notification sent when a key value pair is changed
Enums§
- Error
- Errors when doing Client operations
- Notification
Error - Errors when retrieving Notifications
- PutStatus
- Whether a Key was created or not
- Retry
Policy - What to do when a future returns an error. Used in
FutureRetry::new
andStreamRetry::new
.
Traits§
- Error
Handler - An error handler trait.