Function common_primitives::utils::as_hex::serialize
source · pub fn serialize<S>(bytes: &Vec<u8>, serializer: S) -> Result<S::Ok, S::Error>where
S: Serializer,
Expand description
Serializes a Vec<u8>
into a hexadecimal string