[][src]Type Definition activitystreams::activity::Read

type Read = ActorAndObject<ReadType>;

Indicates that the actor has read the object.

This is just an alias for Object<ReadType> because there's no fields inherent to Read that aren't already present on an ActorAndObject.