Trait Source

Source
pub trait Source:
    Enumerable
    + MaybeDurable
    + MaybeIndexed
    + MaybeMutable { }
Expand description

An RDF source.

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

Trait Implementations§

Source§

impl Debug for dyn Source

Source§

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

Formats the value using the given formatter. Read more

Implementors§