pub trait HealthTopicContentTrait {
    // Required methods
    fn get_has_health_aspect(&self) -> &[HasHealthAspectProperty];
    fn take_has_health_aspect(&mut self) -> Vec<HasHealthAspectProperty>;
}
Expand description

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

Required Methods§

Implementors§