Home
last modified time | relevance | path

Searched defs:BackendError (Results 1 – 1 of 1) sorted by relevance

/DragonOS/tools/debugging/logmonitor/src/backend/
H A Derror.rs10 pub struct BackendError { struct
11 kind: BackendErrorKind, argument
15 impl BackendError { implementation
21 impl Error for BackendError {} implementation
23 impl Display for BackendError { implementation