start_web_service

Function start_web_service 

Source
pub fn start_web_service(
    port: Option<u16>,
    binary_path: &Path,
    args: &[&str],
) -> Result<WebServiceStatus>