[][src]Trait activitystreams::markers::CollectionPage

pub trait CollectionPage: Collection { }

Used to represent distinct subsets of items from a Collection.

A Collection can contain a large number of items. Often, it becomes impractical for an implementation to serialize every item contained by a Collection using the items (or ordered_items) property alone. In such cases, the items within a Collection can be divided into distinct subsets or "pages". A page is identified using the CollectionPage type.

Implementors

impl CollectionPage for OrderedCollectionPage[src]

impl<Inner> CollectionPage for ApObject<Inner> where
    Inner: CollectionPage
[src]

impl<Kind> CollectionPage for CollectionPage<Kind>[src]

Loading content...