pub fn base16_encode_string<S>(x: &S) -> Stringwhere
S: Serial,Expand description
Analogous to base16_encode, but encodes into a string rather than a serde Serializer.
pub fn base16_encode_string<S>(x: &S) -> Stringwhere
S: Serial,Analogous to base16_encode, but encodes into a string rather than a serde Serializer.