MCPcopy 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
23impl From<Error> for TimerStoreError {
24 fn from(v: Error) -> Self {
25 Self::Other(Box::new(v))
26 }
27}
28
29impl From<sqlx::Error> for TimerStoreError {

Callers

nothing calls this directly

Calls 1

NotBigU64Class · 0.85

Tested by

no test coverage detected