Type Alias ClientInfo

Source
pub type ClientInfo = Implementation;

Aliased Type§

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

Fields§

§name: String

Name of the implementation

§version: String

Version of the implementation