Function to_hex

Source
pub fn to_hex<S>(vec: &[u8], serializer: S) -> Result<S::Ok, S::Error>
where S: Serializer,