Skip to main content

start_server

Function start_server 

Source
pub async fn start_server(
    paths: &CorePaths,
    callbacks: &mut dyn CoreCallbacks,
    show_logs: bool,
    show_gui: bool,
) -> Result<(), Box<dyn Error>>