Packet

Type Alias Packet 

Source
pub type Packet = Vec<Tag>;
Expand description

A Packet is a sequence of Tags being transmitted over the AMI, terminated by an empty line

Aliased Typeยง

pub struct Packet { /* private fields */ }