Trait TwitterCard

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

Twitter Card.

Required Methods§

Source

fn build(self) -> String

Convert the Twitter Card to a string.

Implementors§