mz_server_core

Type Alias 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 {}