pub trait DrugLegalStatusTrait {
    // Required methods
    fn get_applicable_location(&self) -> &[ApplicableLocationProperty];
    fn take_applicable_location(&mut self) -> Vec<ApplicableLocationProperty>;
}
Expand description

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

Required Methods§

Implementors§