Trait swarm_bot_packets::write::ByteWritable[][src]

pub trait ByteWritable {
    fn write_to_bytes(self, writer: &mut ByteWriter);
}

Required methods

Implementations on Foreign Types

Implementors