Function twitter_card::create_desc

source ·
pub fn create_desc(content: &str) -> String
Expand description

Create a Twitter description tag.

Description of content.

Used with summary, summary_large_image, player cards.

Panics.

Panics if the description is more than 200 characters.