pub type LazyBuffer<B> = BlockBuffer<B, Lazy>;Expand description
Lazy block buffer.
Aliased Type§
pub struct LazyBuffer<B> { /* private fields */ }Layout§
Note: Encountered an error during type layout; the type failed to be normalized.
pub type LazyBuffer<B> = BlockBuffer<B, Lazy>;Lazy block buffer.
pub struct LazyBuffer<B> { /* private fields */ }Note: Encountered an error during type layout; the type failed to be normalized.