Enum link_preview::twitter::TwitterMetaTag [−][src]
pub enum TwitterMetaTag {
Title,
Card,
Site,
Creator,
Image,
Description,
}Expand description
Twittet meta tags.
Variants
Title for the Twitter card
The card type, which will be one of “summary”, “summary_large_image”, “app”, or “player”.
@username for the website used in the card footer.
This tag is not required, make sure the Option::None variant is handled.
@username for the content creator / author.
This tag is not required, make sure the Option::None variant is handled.
Twitter Card Image
Card description