pub fn serialize_hex_string_no_prefix<S, T>(
x: T,
s: S,
) -> Result<S::Ok, S::Error>
Expand description
Serialize a byte vec as a hex string without the “0x” prefix.
This behaves the same as hex::encode
.
pub fn serialize_hex_string_no_prefix<S, T>(
x: T,
s: S,
) -> Result<S::Ok, S::Error>
Serialize a byte vec as a hex string without the “0x” prefix.
This behaves the same as hex::encode
.