pub trait PropertySize { // Required method fn property_size(&self, protocol_version: ProtocolVersion) -> u32; }