type AppendOnlyWriteChannel<T> = UnboundedSender<(Vec<(Row, Diff)>, Sender<Result<(), StorageError<T>>>)>;
Expand description

A channel for sending writes to an append-only collection.

Aliased Type§

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