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