Type Alias mz_server_core::ConnectionHandler

source ·
pub type ConnectionHandler = Pin<Box<dyn Future<Output = Result<(), Error>> + Send>>;
Expand description

A future that handles a connection.

Aliased Type§

struct ConnectionHandler { /* private fields */ }