Derive Macro libpacket::Packet[][src]

#[derive(Packet)]
{
    // Attributes available to this derive:
    #[construct_with]
    #[length]
    #[payload]
}
Expand description

The entry point for the derive(Packet) custom derive