Type Definition rdf_types::TermRef

source · []
pub type TermRef<'a> = Term<Iri<'a>, &'a BlankId, &'a Literal>;
Expand description

gRDF term reference.

Trait Implementations

Converts to this type from the input type.