pub trait ExportFormat {
// Required methods
fn to_bibtex(&self) -> String;
fn to_ris(&self) -> String;
fn to_csl_json(&self) -> Value;
fn to_nbib(&self) -> String;
}Expand description
Trait for exporting PubMed articles to various citation formats
Required Methods§
Sourcefn to_csl_json(&self) -> Value
fn to_csl_json(&self) -> Value
Export the article metadata as CSL-JSON