pub const COLLECT_BLOCK_BUFFER_LEN: usize = 64;Expand description
The collect_block method on SegmentCollector uses a buffer of this size.
Passed results to collect_block will not exceed this size and will be
exactly this size as long as we can fill the buffer.