logo
pub trait BufferKindUser: BlockSizeUser {
    type BufferKind: BufferKind;
}
This is supported on crate feature core-api only.
Expand description

Types which use BlockBuffer functionality.

Associated Types

Block buffer kind over which type operates.

Implementors