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

type View = ActorAndObject<ViewType>;

Indicates that the actor has viewed the object.

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