Fetcher

Trait Fetcher 

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

URL resource materializer. Consumes a URL input, produces RDF output.

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

Implementorsยง