[][src]Trait activitystreams_types::collection::CollectionExt

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

Loading content...

Implementors

impl CollectionExt for OrderedCollection
[src]

impl CollectionExt for OrderedCollectionPage
[src]

impl CollectionExt for UnorderedCollection
[src]

impl CollectionExt for UnorderedCollectionPage
[src]

Loading content...