pub type ServerTask = Pin<Box<dyn Future<Output = ()> + Send>>;
pub struct ServerTask { /* private fields */ }