[][src]Trait tmdb_client::apis::CreditsApi

pub trait CreditsApi {
    fn get_credit_details(&self, credit_id: &str) -> Result<Credit, Error>;
}

Required methods

fn get_credit_details(&self, credit_id: &str) -> Result<Credit, Error>

Loading content...

Implementors

impl CreditsApi for CreditsApiClient[src]

Loading content...