Type Alias HttpFn

Source
pub type HttpFn<T> = Box<dyn FnOnce() -> (RequestFn, AsyncResponseFn<T>) + Send + Sync>;

Aliased Typeยง

struct HttpFn<T>(/* private fields */);