Trait Fetcher

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

Network protocol fetcher. Consumes a URL input, produces some output.

Implementorsยง