pub trait HttpServerConnExec<A, B: Body>: Http2ServerConnExec<A, B> { }
Available on crate feature server and (crate features http1 or http2) and crate feature http2 only.
Expand description

Exactly equivalent to Http2ServerConnExec.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<A, B: Body, T: Http2ServerConnExec<A, B>> HttpServerConnExec<A, B> for T