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

Class ObserveSecretBox

zeroize/tests/alloc.rs:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53struct ObserveSecretBox<S: Default>(Box<S>);
54
55impl<S: Default> ObserveSecretBox<S> {
56 fn new(val: S) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected