pub trait ServerExecutor<P, S, A, B>: Executor<ConnectionDriver<Instrumented<P::Connection>, <P as Protocol<S::Service, A::Conn, B>>::Error>> + Sealed<(P, S, A, B)>{ }
Available on crate feature
server
only.Expand description
An executor suitable for spawning connection futures and driving them to completion.