Function launch_server

Source
pub async fn launch_server(config_file: &str) -> Result<(), Box<dyn Error>>
Expand description

Launch the server with the config file

§Arguments

* `config_file` - the path to the configuration file

§Returns

* Ok if the server was launched successfully
* Err if the server failed to launch