pub trait PerformanceRoleTrait {
    // Required methods
    fn get_character_name(&self) -> &[CharacterNameProperty];
    fn take_character_name(&mut self) -> Vec<CharacterNameProperty>;
}
Expand description

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

Required Methods§

Implementors§