write_section_header

Function write_section_header 

Source
pub fn write_section_header<W: Write>(
    header: &SectionHeader,
    writer: &mut W,
) -> Result<()>
Expand description

Used to write the header to the section.

  • header - The header to write.
  • writer - The writer to write to.