pub trait MedicalScholarlyArticleTrait {
    // Required methods
    fn get_publication_type(&self) -> &[PublicationTypeProperty];
    fn take_publication_type(&mut self) -> Vec<PublicationTypeProperty>;
}
Expand description

This trait is for properties from https://schema.org/MedicalScholarlyArticle.

Required Methods§

Implementors§