Trait CrossrefRoute

Source
pub trait CrossrefRoute {
    // Required method
    fn route(&self) -> Result<String>;
}
Expand description

represents elements that constructs parts of the crossref request url

Required Methods§

Source

fn route(&self) -> Result<String>

constructs the route for the crossref api

Implementations on Foreign Types§

Source§

impl<T: CrossrefQueryParam> CrossrefRoute for dyn AsRef<[T]>

Implementors§