[][src]Type Definition hyperbole::Init

type Init<I> = HCons<Body, HCons<Method, HCons<Uri, HCons<Version, HCons<HeaderMap<HeaderValue>, HCons<Extensions, HCons<SocketAddr, I>>>>>>>;

The set of request scoped state that contexts are initialized with.

The I type variable refers to the top-level state (if any) passed into App::new.