Trait activitystreams_types::collection::CollectionExt [−][src]
pub trait CollectionExt: Collection { fn props(&self) -> &CollectionProperties; fn props_mut(&mut self) -> &mut CollectionProperties; }
The Collection Extension Trait
This trait provides generic access to a collection's properties
Required Methods
fn props(&self) -> &CollectionProperties
fn props_mut(&mut self) -> &mut CollectionProperties
Implementors
impl CollectionExt for UnorderedCollectionimpl CollectionExt for OrderedCollectionimpl CollectionExt for UnorderedCollectionPageimpl CollectionExt for OrderedCollectionPage