1 2 3 4 5
#[tokio::main] async fn main() -> Result<(), sql_fun_server::ServerError> { sql_fun_server::service().await?; Ok(()) }