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

A future which runs the message loop for the socket and completes when the socket closes or disconnects

Aliased Type§

struct MessageLoopFuture { /* private fields */ }