pub trait TransportDeserializer: Complete + SetVersion + ReadData + GetMessage { }
Expand description

| The TransportDeserializer takes care | of holding and deserializing the network | receive buffer. It can deserialize | the network buffer into a transport | protocol agnostic CNetMessage (command | & payload) |

Implementors§