Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
struct ObserveSecretBox<S: Default>(Box<S>);
54
55
impl<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