pub trait SourcePort { // Required method fn get_playlists(&self) -> Result<Vec<Playlist<'_>>, SourceError>; }