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
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".