Section1

Type Alias Section1 

Source
pub type Section1 = Section<Section1Payload>;

Aliased Type§

pub struct Section1 {
    pub header: SectionHeader,
    pub payload: Section1Payload,
}

Fields§

§header: SectionHeader§payload: Section1Payload