pub trait CollectionTrait {
    // Required methods
    fn get_collection_size(&self) -> &[CollectionSizeProperty];
    fn take_collection_size(&mut self) -> Vec<CollectionSizeProperty>;
}
Expand description

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

Required Methods§

Implementors§