type DifferentialWriteChannel<T> = UnboundedSender<(StorageWriteOp, Sender<Result<(), StorageError<T>>>)>;
Expand description

A channel for sending writes to a differential collection.

Aliased Type§

struct DifferentialWriteChannel<T> { /* private fields */ }