Skip to main content

ServerTimeResponse

Type Alias ServerTimeResponse 

Source
pub type ServerTimeResponse = ServerTimeResult;

Aliased Type§

pub struct ServerTimeResponse {
    pub time_second: String,
    pub time_nano: String,
}

Fields§

§time_second: String§time_nano: String