pub trait TouristTripTrait {
    // Required methods
    fn get_tourist_type(&self) -> &[TouristTypeProperty];
    fn take_tourist_type(&mut self) -> Vec<TouristTypeProperty>;
}
Expand description

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

Required Methods§

Implementors§