Trait glean_core::traits::Ping [−][src]
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
fn submit(&self, reason: Option<&str>)[src]
Expand description
Submits the ping for eventual uploading
Arguments
reason- the reason the ping was triggered. Included in theping_info.reasonpart of the payload.