pub trait Ping {
// Required method
fn submit(&self, reason: Option<&str>);
}Expand description
A description for the PingType type.
When changing this trait, make sure all the operations are
implemented in the related type in ../metrics/.
Required Methods§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".