Trait mbpr::Encoding [] [src]

pub trait Encoding {
    fn encode(&self, buffer: &mut Encoder);
}

Trait for encoding the value into a packet

Required Methods

Simple method to write the internal data into a buffer

Implementors