1/// Structure representing a XMLTV title 2pub struct XMLTVProgramTitle { 3 pub title: String, 4 pub lang: Option<String>, 5}