[][src]Trait plex_api::HasBaseUrl

pub trait HasBaseUrl {
    fn get_base_url(&self) -> String;
}

Required methods

fn get_base_url(&self) -> String

Loading content...

Implementors

impl HasBaseUrl for MyPlexAccount[src]

impl HasBaseUrl for Server[src]

Loading content...