pub type Section3 = Section<Section3Payload>;Expand description
Section 3 - Grid definition section.
Aliased Type§
pub struct Section3 {
pub header: SectionHeader,
pub payload: Section3Payload,
}Fields§
§header: SectionHeader§payload: Section3Payload