xmltv_rs/programs/models/
language.rs

1pub struct XMLTVProgramLanguage {
2    pub(crate) language: String,
3    pub(crate) lang: Option<String>,
4}