[][src]Function hexutil::unstable::with_hex_str

pub fn with_hex_str<T: ?Sized, U>(value: &T, f: impl FnOnce(&str) -> U) -> U where
    T: ToHex

Get a reference to the hexadecimal representation of a value.