pub trait PlayGameActionTrait {
    // Required methods
    fn get_game_availability_type(&self) -> &[GameAvailabilityTypeProperty];
    fn take_game_availability_type(
        &mut self
    ) -> Vec<GameAvailabilityTypeProperty>;
}
Expand description

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

Required Methods§

Implementors§