Skip to main content

DebugBytes

Trait DebugBytes 

Source
pub trait DebugBytes {
    // Required method
    fn print(&self);
}

Required Methods§

Source

fn print(&self)

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl DebugBytes for &[u8]

Source§

fn print(&self)

Source§

impl DebugBytes for i128

Source§

fn print(&self)

Implementors§