[][src]Trait mangadex_api::MangaDexClient

pub trait MangaDexClient {
    pub fn client(&self) -> &Client;
pub fn base_url(&self) -> &str;
pub fn api_url(&self) -> String; }

Required methods

pub fn client(&self) -> &Client[src]

pub fn base_url(&self) -> &str[src]

pub fn api_url(&self) -> String[src]

Loading content...

Implementors

impl MangaDexClient for MangaDexV2[src]

Loading content...