MCPcopy 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
641impl<Z> ops::Deref for Zeroizing<Z>

Callers

nothing calls this directly

Calls 1

ZeroizingClass · 0.85

Tested by

no test coverage detected