Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Botloader/botloader
/ from
Method
from
components/stores/src/timers.rs:24–26 ·
view source on GitHub ↗
(v: Error)
Source
from the content-addressed store, hash-verified
22
23
impl From<Error> for TimerStoreError {
24
fn from(v: Error) -> Self {
25
Self::Other(Box::new(v))
26
}
27
}
28
29
impl From<sqlx::Error> for TimerStoreError {
Callers
nothing calls this directly
Calls
1
NotBigU64
Class · 0.85
Tested by
no test coverage detected