Struct sda_protocol::Pong
[−]
[src]
pub struct Pong { pub running: bool, }
Return message given by the ping
service call.
Fields
running: bool
Indication of whether the service believes everything to running correctly.