Type Alias ServerInfo

Source
pub type ServerInfo = Implementation;

Aliased Type§

pub struct ServerInfo {
    pub name: String,
    pub version: String,
}

Fields§

§name: String

Name of the implementation

§version: String

Version of the implementation