pub trait MovieTheaterTrait {
    // Required methods
    fn get_screen_count(&self) -> &[ScreenCountProperty];
    fn take_screen_count(&mut self) -> Vec<ScreenCountProperty>;
}
Expand description

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

Required Methods§

Implementors§