pub trait HttpServerConnExec<A, B: Body>: Http2ServerConnExec<A, B> { }
Expand description
Exactly equivalent to Http2ServerConnExec
.
Object Safety§
This trait is not object safe.
pub trait HttpServerConnExec<A, B: Body>: Http2ServerConnExec<A, B> { }
Exactly equivalent to Http2ServerConnExec
.