Function read_section_header

Source
pub fn read_section_header<R: Read>(reader: &mut R) -> Result<SectionHeader>
Expand description

Reads a section header from the reader at the current position.