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