pub trait AsRead<'a>: 'a + Deref<Target = [u8]> + AsRef<[u8]> + Borrow<[u8]> { }
Expand description

Indicates we can dereference an item as a readable byte array.

Implementors§