Writer

Trait Writer 

Source
pub trait Writer<T, E>: Execute<T, E> { }
Expand description

RDF dataset exporter. Consumes RDF input, produces some output.

See: https://asimov-specs.github.io/program-patterns/#writer

Implementorsยง