pub trait AsBytesRef {
    fn as_bytes_ref(&self) -> &[u8] ;
}
Expand description

Simple trait to transform various types to &[u8]

Required Methods§

Transform self into &[u8].

Implementations on Foreign Types§

Implementors§