pub trait ComputeClient<T = Timestamp>: GenericClient<ComputeCommand<T>, ComputeResponse<T>> { }
Expand description

A client to a compute server.

Implementors