Skip to main content

proto_packet/packet/
struct.rs

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