Searched defs:DebugCallbackCreationError (Results 1 – 1 of 1) sorted by relevance
416 pub enum DebugCallbackCreationError { enum421 impl error::Error for DebugCallbackCreationError {} implementation423 impl fmt::Display for DebugCallbackCreationError { implementation438 impl From<Error> for DebugCallbackCreationError { implementation440 fn from(err: Error) -> DebugCallbackCreationError { in from()