Section4

Type Alias Section4 

Source
pub type Section4 = Section<Section4Payload>;
Expand description

Section 4 - Product definition section.

Aliased Type§

pub struct Section4 {
    pub header: SectionHeader,
    pub payload: Section4Payload,
}

Fields§

§header: SectionHeader§payload: Section4Payload