Module grubbnet::packet

source ·

Structs

  • Packet A header and a variable size body.
  • PacketHeader The header included with every packet. Contains the packet body size and packet id.

Constants

Traits

  • PacketBody Implementors of this trait can be serialized into a packet body.

Functions