pub type ClientInfo = Implementation;
Aliased Type§
pub struct ClientInfo {
pub name: String,
pub version: String,
pub title: Option<String>,
}
Fields§
§name: String
Intended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn’t present).
version: String
Version of the implementation
title: Option<String>
Intended for UI and end-user contexts — optimized to be human-readable and easily understood, even by those unfamiliar with domain-specific terminology.