Trait hyper_util::server::conn::auto::HttpServerConnExec

source ·
pub trait HttpServerConnExec<A, B: Body> { }
Expand description

Exactly equivalent to [Http2ServerConnExec].

Implementors§

source§

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