pub trait JsonLdObject {
// Provided method
fn json_ld_context(&self) -> Option<Cow<'_, Context>> { ... }
}Expand description
Any type representing a JSON-LD object.
Provided Methods§
Sourcefn json_ld_context(&self) -> Option<Cow<'_, Context>>
fn json_ld_context(&self) -> Option<Cow<'_, Context>>
Returns the JSON-LD context attached to self.