[][src]Trait tmdb_client::apis::CertificationsApi

pub trait CertificationsApi {
    fn get_movie_certifications_list(&self) -> Result<Certifications, Error>;
fn get_tv_certifications_list(&self) -> Result<Certifications, Error>; }

Required methods

Loading content...

Implementors

Loading content...