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