Skip to main content

ByteDisplayable

Trait ByteDisplayable 

Source
pub trait ByteDisplayable {
    // Provided method
    fn with_display(display: ByteDisplay) -> Link { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl ByteDisplayable for Vec<u8>

Source§

impl<const N: usize> ByteDisplayable for [u8; N]

Implementors§