Type Alias MutableDestinationPacket

Source
pub type MutableDestinationPacket<'p> = MutableExtensionPacket<'p>;
Expand description

A structure enabling manipulation of on the wire packets.

Aliased Typeยง

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