pub trait BufferKindUser: BlockSizeUser {
    type BufferKind: BufferKind;
}
Expand description

Types which use BlockBuffer functionality.

Required Associated Types

Block buffer kind over which type operates.

Implementations on Foreign Types

Implementors