Bytes

Trait Bytes 

Source
pub trait Bytes: Storage<Item = u8> { }
Expand description

A Storage of u8s

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.

Implementors§

Source§

impl<S: Storage<Item = u8>> Bytes for S