Function crev_common::serde::as_hex[][src]

pub fn as_hex<T, S>(key: &T, serializer: S) -> Result<S::Ok, S::Error> where
    T: AsRef<[u8]>,
    S: Serializer