Type Alias PingRequest

Source
pub type PingRequest = RequestNoParam<PingRequestMethod>;

Aliased Type§

pub struct PingRequest {
    pub method: PingRequestMethod,
}

Fields§

§method: PingRequestMethod