Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

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>