pub async fn connect(address: String) -> Result<StatusConnection, ServerError>Expand description
Convenience wrapper for easily connecting to a server on the default port with the latest protocol version.
pub async fn connect(address: String) -> Result<StatusConnection, ServerError>Convenience wrapper for easily connecting to a server on the default port with the latest protocol version.