Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
13
pub enum Error {
14
Cron(cron::error::Error),
15
NoNextTime,
16
}
17
18
#[derive(Debug, Clone, Hash, PartialEq, Eq)]
19
pub struct TimerId(Option<u64>, String);
Callers
1
is_complete
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected