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 */ }