Function object::get_section
[−]
[src]
pub fn get_section<'a>(file: &'a File, section_name: &str) -> Option<&'a [u8]>
Get the contents of the section named section_name
, if such
a section exists.