Searched defs:BackendError (Results 1 – 1 of 1) sorted by relevance
10 pub struct BackendError { struct11 kind: BackendErrorKind, argument15 impl BackendError { implementation21 impl Error for BackendError {} implementation23 impl Display for BackendError { implementation