pub trait WsgiServerSpawner {
    fn call(self, handler: WsgiHandler) -> LocalBoxFuture<'static, ()>;
}

Required Methods

Implementors