[][src]Trait mdd_lib::port::source::SourePort

pub trait SourePort {
    fn get_playlists<E>(&self) -> Result<Vec<Playlist<'_>>, E>;
}

Required methods

fn get_playlists<E>(&self) -> Result<Vec<Playlist<'_>>, E>

Loading content...

Implementors

Loading content...