Skip to main content

ValChunker

Type Alias ValChunker 

Source
pub type ValChunker<U> = TrieChunker<U>;
Expand description

A chunker that maps RecordedUpdates<U> streams into the batcher’s UpdatesTyped<U> chunks.

Aliased Type§

pub struct ValChunker<U> { /* private fields */ }