Trait e_drone::protocol::Serializable[][src]

pub trait Serializable {
    fn to_vec(&self) -> Vec<u8>;
}

Required methods

Implementors