Trait json_ld::object::Any[][src]

pub trait Any<T: Id>: AsJson {
    fn as_ref(&self) -> Ref<'_, T>;

    fn id(&self) -> Option<&Reference<T>> { ... }
fn language<'a>(&'a self) -> Option<LanguageTag<'_>>
    where
        T: 'a
, { ... }
fn is_value(&self) -> bool { ... }
fn is_node(&self) -> bool { ... }
fn is_graph(&self) -> bool { ... }
fn is_list(&self) -> bool { ... } }

Required methods

Provided methods

Implementors