pub trait Query {
// Required method
fn on_timer(&mut self, timer: &Timer) -> Result;
}Expand description
A query to be executed against a provider
Required Methods§
Implementations on Foreign Types§
Source§impl Query for Option<Timestamp>
Implement Query for Option<Timestamp> to make it easy to get the earliest armed timestamp
impl Query for Option<Timestamp>
Implement Query for Option<Timestamp> to make it easy to get the earliest armed timestamp