pub async fn start(db_path: &str, port: u16) -> Result<(), Box<dyn Error>>Expand description
Start the Dev UI web server.
Opens the SQLite database at db_path and serves the inspection panel
on http://127.0.0.1:{port}. This function blocks until the server is
shut down (Ctrl-C).