JsonLdObject

Trait JsonLdObject 

Source
pub trait JsonLdObject {
    // Provided method
    fn json_ld_context(&self) -> Option<Cow<'_, Context>> { ... }
}
Expand description

Any type representing a JSON-LD object.

Provided Methods§

Source

fn json_ld_context(&self) -> Option<Cow<'_, Context>>

Returns the JSON-LD context attached to self.

Implementors§