Trait Dataset

Source
pub trait Dataset: Enumerable { }
Expand description

An RDF dataset.

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

Trait Implementations§

Source§

impl Debug for dyn Dataset

Source§

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

Formats the value using the given formatter. Read more

Implementors§