1 2 3 4 5 6 7 8 9
use super::*; /// Undocumented #[derive(Deserialize, Clone, Debug)] pub struct Podcast { pub url: String, pub title: String, pub access_key: Option<String>, }