[][src]Type Definition json_ld::syntax::NodeType

type NodeType<T> = Type<Reference<T>>;

Trait Implementations

impl<T: Id> TryFrom<Term<T>> for NodeType<T>[src]

type Error = Term<T>

The type returned in the event of a conversion error.