Trait 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