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ยง

#[repr(transparent)]
pub struct ConnectionHandler { /* private fields */ }