Function fedimint_core::hex::serde::serialize
source · pub fn serialize<S>(data: &[u8], serializer: S) -> Result<S::Ok, S::Error>where
S: Serializer,
Expand description
Serialize a &[u8]
to a hex String
pub fn serialize<S>(data: &[u8], serializer: S) -> Result<S::Ok, S::Error>where
S: Serializer,
Serialize a &[u8]
to a hex String