Type Definition mz_ore::server::ConnectionHandler

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

A future that handles a connection.