Type Alias block_buffer::EagerBuffer

source ·
pub type EagerBuffer<B> = BlockBuffer<B, Eager>;
Expand description

Eager block buffer.

Aliased Type§

struct EagerBuffer<B> { /* private fields */ }