Trait bancho_packets::BanchoPacket
source · pub trait BanchoPacket {
const ID: PacketId;
// Required method
fn into_packet_data(self) -> Vec<u8> ⓘ;
}pub trait BanchoPacket {
const ID: PacketId;
// Required method
fn into_packet_data(self) -> Vec<u8> ⓘ;
}