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