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

Method deserialize

zeroize/src/lib.rs:725–730  ·  view source on GitHub ↗
(deserializer: D)

Source from the content-addressed store, hash-verified

723{
724 #[inline(always)]
725 fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>
726 where
727 D: serde::Deserializer<'de>,
728 {
729 Ok(Self(Z::deserialize(deserializer)?))
730 }
731}
732
733/// Perform a volatile write to the destination

Callers

nothing calls this directly

Calls 1

deserializeFunction · 0.85

Tested by

no test coverage detected