pub trait ProductCollectionTrait {
    // Required methods
    fn get_includes_object(&self) -> &[IncludesObjectProperty];
    fn take_includes_object(&mut self) -> Vec<IncludesObjectProperty>;
}
Expand description

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

Required Methods§

Implementors§