pub trait Serialize {
    fn to_le_vec(&self) -> Vec<u8>;
}

Required Methods

Implementations on Foreign Types

Implementors