pub type PingSource = PingSource;
The Ping handle
This handle can be cloned and sent accross threads. It can be used to send pings to the PingSource.
PingSource
struct PingSource { /* private fields */ }