| 65 | /// always lies in the range of `0..BlockSize`. |
| 66 | #[derive(Copy, Clone, Debug, Default)] |
| 67 | pub struct Eager {} |
| 68 | |
| 69 | /// Lazy block buffer kind, which guarantees that buffer position |
| 70 | /// always lies in the range of `0..=BlockSize`. |
nothing calls this directly
no outgoing calls
no test coverage detected