Module serde_utils::fixed_bytes_hex
source · Expand description
Formats [u8; n]
as a 0x-prefixed hex string.
E.g., [0, 1, 2, 3]
serializes as "0x00010203"
.
Formats [u8; n]
as a 0x-prefixed hex string.
E.g., [0, 1, 2, 3]
serializes as "0x00010203"
.