pub trait TwitterCard {
    fn build(self) -> String;
}
Expand description

Twitter Card.

Required Methods§

Convert the Twitter Card to a string.

Implementors§