pub trait CrossrefRoute {
// Required method
fn route(&self) -> Result<String>;
}
Expand description
represents elements that constructs parts of the crossref request url
pub trait CrossrefRoute {
// Required method
fn route(&self) -> Result<String>;
}
represents elements that constructs parts of the crossref request url