ServerTask

Type Alias ServerTask 

Source
pub type ServerTask = Pin<Box<dyn Future<Output = ()> + Send>>;
Expand description

A type alias for a future that can be spawned as a server task.

Aliased Typeยง

pub struct ServerTask { /* private fields */ }