pub async fn connect( address: &str, options: Option<ConnectOptions<'_>>, ) -> Result<Client, Box<dyn Error + Send + Sync>>
Connect to an OCPP server using the best OCPP version available.