Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCrypto/utils
/ from
Method
from
zeroize/src/lib.rs:636–638 ·
view source on GitHub ↗
(value: Z)
Source
from the content-addressed store, hash-verified
634
{
635
#[inline(always)]
636
fn from(value: Z) -> Zeroizing<Z> {
637
Zeroizing(value)
638
}
639
}
640
641
impl<Z> ops::Deref for Zeroizing<Z>
Callers
nothing calls this directly
Calls
1
Zeroizing
Class · 0.85
Tested by
no test coverage detected