Type Definition rdf_types::QuadRef

source ·
pub type QuadRef<'a> = Quad<SubjectRef<'a>, Iri<'a>, ObjectRef<'a>, GraphLabelRef<'a>>;
Expand description

RDF quad reference.

Implementations§

Examples found in repository?
src/lib.rs (line 724)
723
724
725
	fn from(q: QuadRef<'a>) -> Self {
		q.into_owned()
	}

Trait Implementations§

Converts to this type from the input type.
Converts to this type from the input type.