Trait mai::ToBytes [] [src]

pub trait ToBytes {
    fn to_bytes(&self) -> Bytes;
}

Required Methods

Implementors