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

Method serialize

zeroize/src/lib.rs:711–716  ·  view source on GitHub ↗
(&self, serializer: S)

Source from the content-addressed store, hash-verified

709{
710 #[inline(always)]
711 fn serialize<S>(&self, serializer: S) -> Result<S::Ok, S::Error>
712 where
713 S: serde::Serializer,
714 {
715 self.0.serialize(serializer)
716 }
717}
718
719#[cfg(feature = "serde")]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected