pub type ServerTask = Pin<Box<dyn Future<Output = ()> + Send>>;
A type alias for a future that can be spawned as a server task.
pub struct ServerTask { /* private fields */ }