Trait BufferKindUser

pub trait BufferKindUser: SmallBlockSizeUser

Types which use BlockBuffer functionality.

Associated Types

type BufferKind: BufferKind;

Block buffer kind over which type operates.

Implementors