Struct block_buffer::Lazy
source · pub struct Lazy {}
Expand description
Lazy block buffer kind, which guarantees that buffer position
always lies in the range of 0..=BlockSize
.
pub struct Lazy {}
Lazy block buffer kind, which guarantees that buffer position
always lies in the range of 0..=BlockSize
.