Trait Document

Source
pub trait Document: Enumerable { }
Expand description

An RDF document.

See: https://www.w3.org/TR/rdf12-concepts/#dfn-rdf-document

Trait Implementations§

Source§

impl Debug for dyn Document

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more

Implementors§