pub type ConnectionHandler = Pin<Box<dyn Future<Output = Result<(), Error>> + Send>>;
A future that handles a connection.
struct ConnectionHandler {}