MCPcopy Create free account
hub / github.com/RustCrypto/utils / BufferKind

Interface BufferKind

block-buffer/src/lib.rs:62–62  ·  view source on GitHub ↗

Trait for buffer kinds.

Source from the content-addressed store, hash-verified

60
61/// Trait for buffer kinds.
62pub trait BufferKind: sealed::Sealed {}
63
64/// Eager block buffer kind, which guarantees that buffer position
65/// always lies in the range of `0..BlockSize`.

Callers

nothing calls this directly

Implementers 1

lib.rsblock-buffer/src/lib.rs

Calls

no outgoing calls

Tested by

no test coverage detected