Skip to main content

Object

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.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§