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<Item = Result<Box<dyn Statement>, Box<dyn Error>>>

Source§

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

Formats the value using the given formatter. Read more

Implementors§