pub trait StatisticalPopulationTrait {
    // Required methods
    fn get_population_type(&self) -> &[PopulationTypeProperty];
    fn take_population_type(&mut self) -> Vec<PopulationTypeProperty>;
}
Expand description

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

Required Methods§

Implementors§