MCPcopy Create free account
hub / github.com/Botloader/botloader / Error

Enum Error

components/scheduler/src/interval_timer_manager.rs:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11
12#[derive(Debug)]
13pub enum Error {
14 Cron(cron::error::Error),
15 NoNextTime,
16}
17
18#[derive(Debug, Clone, Hash, PartialEq, Eq)]
19pub struct TimerId(Option<u64>, String);

Callers 1

is_completeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected