Trait for buffer kinds.
| 60 | |
| 61 | /// Trait for buffer kinds. |
| 62 | pub trait BufferKind: sealed::Sealed {} |
| 63 | |
| 64 | /// Eager block buffer kind, which guarantees that buffer position |
| 65 | /// always lies in the range of `0..BlockSize`. |
nothing calls this directly
no outgoing calls
no test coverage detected