pub trait TwitterCard { // Required method fn build(self) -> String; }
Twitter Card.
Convert the Twitter Card to a string.