Trait swarm_bot_packets::write::ByteWritableLike[][src]

pub trait ByteWritableLike {
    type Param;
    fn write_to_bytes_like(self, writer: &mut ByteWriter, param: &Self::Param);
}

Associated Types

Required methods

Implementors