Type Alias block_buffer::LazyBuffer
source · pub type LazyBuffer<B> = BlockBuffer<B, Lazy>;
Expand description
Lazy block buffer.
Aliased Type§
struct LazyBuffer<B> { /* private fields */ }
pub type LazyBuffer<B> = BlockBuffer<B, Lazy>;
Lazy block buffer.
struct LazyBuffer<B> { /* private fields */ }