pub trait Fetcher<T, E>: Execute<T, E> { }
Network protocol fetcher. Consumes a URL input, produces some output.