pub type ServerInfo = Implementation;Aliased Type§
pub struct ServerInfo {
pub name: String,
pub version: String,
pub title: Option<String>,
}Fields§
§name: StringIntended for programmatic or logical use, but used as a display name in past specs or fallback (if title isn’t present).
version: StringVersion 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.