pub trait ArchiveOrganizationTrait {
    // Required methods
    fn get_archive_held(&self) -> &[ArchiveHeldProperty];
    fn take_archive_held(&mut self) -> Vec<ArchiveHeldProperty>;
}
Expand description

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

Required Methods§

Implementors§