pub trait ToBytes {
    fn to_bytes(&self) -> &[u8] ;
}

Required Methods

Implementations on Foreign Types

Implementors