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

Types which use BlockBuffer functionality.

Required Associated Types

Block buffer kind over which type operates.

Implementors