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

Class Lazy

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

Source from the content-addressed store, hash-verified

70/// always lies in the range of `0..=BlockSize`.
71#[derive(Copy, Clone, Debug, Default)]
72pub struct Lazy {}
73
74impl BufferKind for Eager {}
75

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected