Trait sda_protocol::SdaBaseService
[−]
[src]
pub trait SdaBaseService: Sync + Send {
fn ping(&self) -> SdaResult<Pong>;
}Basic methods for all SDA services.
Required Methods
fn ping(&self) -> SdaResult<Pong>
Send a ping to the service, expecting a pong in return if everything appears to be running.