Trait gscholar::scholar::Args[][src]

pub trait Args {
    fn get_service(&self) -> Services;
fn get_url(&self) -> Result<String, Error>;
fn get_limit(&self) -> usize; }

Required methods

Loading content...

Implementors

Loading content...