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

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

Required methods

fn size() -> usize[src]

fn to_vec(&self) -> Vec<u8>[src]

Loading content...

Implementors

Loading content...