[][src]Type Definition activitystreams::collection::UnorderedCollection

type UnorderedCollection = Collection<CollectionType>;

The default Collection type.

This is just an alias for Collection<CollectionType> because there's no fields inherent to UnorderedCollection that aren't already present on a Collection.