Trait tvdb::raw::RequestClient

source ·
pub trait RequestClient: Debug {
    fn get_url(&self, url: &str, jwt_token: Option<String>) -> TvdbResult<String>;
}
Expand description

Trait for custom implementations of URL fetching

Required Methods

Implementors