Skip to main content

HttpServerConnExec

Trait HttpServerConnExec 

Source
pub trait HttpServerConnExec<A, B: Body>: Http2ServerConnExec<A, B> { }
Expand description

Exactly equivalent to Http2ServerConnExec.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

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

Available on crate feature http2 only.