Type Alias DestinationPacket

Source
pub type DestinationPacket<'p> = ExtensionPacket<'p>;
Expand description

A structure enabling manipulation of on the wire packets.

Aliased Typeยง

pub struct DestinationPacket<'p> { /* private fields */ }