Section5

Type Alias Section5 

Source
pub type Section5 = Section<Section5Payload>;

Aliased Type§

pub struct Section5 {
    pub header: SectionHeader,
    pub payload: Section5Payload,
}

Fields§

§header: SectionHeader§payload: Section5Payload