1 2 3 4 5 6
pub struct InfoDTO<'a> { pub file:&'a str, pub header: bool, pub programs: bool, pub sections: bool }