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

Types which use BlockBuffer functionality.

Required Associated Types§

source

type BufferKind: BufferKind

Block buffer kind over which type operates.

Object Safety§

This trait is not object safe.

Implementors§