pub trait StorageClient<T = Timestamp>: GenericClient<StorageCommand<T>, StorageResponse<T>> { }
Expand description

A client to a storage server.

Implementors