Trait Object

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

OpenGraph Object

Required Methods§

Source

fn build(self) -> String

Convert the Object to a string.

Implementors§