BytesDebug
Implementation of Debug trait for Bytes. Formats the Bytes as a hexadecimal string prefixed with “0x”.
Fully qualified path: alexandria_bytes::utils::BytesDebug
pub impl BytesDebug of Debug<Bytes>;
Impl functions
fmt
Fully qualified path: alexandria_bytes::utils::BytesDebug::fmt
fn fmt(self: @Bytes, ref f: Formatter) -> Result<(), Error>