Function custom_debug::hexbuf_str
source · pub fn hexbuf_str(v: &impl AsRef<[u8]>, f: &mut Formatter<'_>) -> ResultExpand description
Formats a buffer as hex using \xNN notation, except for printable ascii characters.
pub fn hexbuf_str(v: &impl AsRef<[u8]>, f: &mut Formatter<'_>) -> ResultFormats a buffer as hex using \xNN notation, except for printable ascii characters.