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

A future that handles a connection.