Skip to main content

proto_packet/packet/
message.rs

1use crate::Packet;
2
3/// A message.
4pub trait Message: Packet {}