[][src]Crate lucid_kv_client

A simple Client for the Lucid KV

Structs

Builder

A builder for adding custom options to the LucidClient

Certificate

Represents a server X509 certificate.

LucidClient

The main Client

Notification

A notification sent when a key value pair is changed

Enums

Error

Errors when doing Client operations

NotificationError

Errors when retrieving Notifications

PutStatus

Whether a Key was created or not

RetryPolicy

What to do when a future returns an error. Used in FutureRetry::new and StreamRetry::new.

Traits

ErrorHandler

An error handler trait.