launch_http_server

Function launch_http_server 

Source
pub async fn launch_http_server<F>(
    http_server_opt: HttpServerOpt,
    func: F,
    factories: Factories,
) -> Result<(), Box<dyn Error>>
where F: Fn(),