pub type Section1 = Section<Section1Payload>;
Aliased Type§
pub struct Section1 {
pub header: SectionHeader,
pub payload: Section1Payload,
}
Fields§
§header: SectionHeader
§payload: Section1Payload
pub type Section1 = Section<Section1Payload>;
pub struct Section1 {
pub header: SectionHeader,
pub payload: Section1Payload,
}
header: SectionHeader
§payload: Section1Payload