Trait Graph

Source
pub trait Graph: Enumerable { }
Expand description

An RDF graph.

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

Trait Implementations§

Source§

impl Debug for dyn Graph

Source§

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

Formats the value using the given formatter. Read more

Implementors§