pub trait ThesisTrait {
    // Required methods
    fn get_in_support_of(&self) -> &[InSupportOfProperty];
    fn take_in_support_of(&mut self) -> Vec<InSupportOfProperty>;
}
Expand description

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

Required Methods§

Implementors§