[][src]Type Definition activitystreams::link::Mention

type Mention = Link<MentionType>;

A specialized Link that represents an @mention.

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