[][src]Type Definition activitystreams::actor::Person

type Person = Actor<PersonType>;

Represents an individual person.

This is just an alias for Actor<PersonType> because there's no fields inherent to Person that aren't already present on an Actor.