Trait g_rust::extension::parsers::baseparser::BaseParser
source · pub trait BaseParser: PacketVariable + Clone + PartialEq + Debug {
// Required methods
fn parse(packet: &mut HPacket) -> Self;
fn append_to_packet(&self, packet: &mut HPacket);
fn get_direction() -> HDirection;
fn get_packet_name() -> String;
}