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

A client to a storage server.

Trait Implementations

Sends a command to the dataflow server. Read more
Receives the next response from the dataflow server. Read more
Returns an adapter that treats the client as a stream. Read more

Implementors