Searched defs:GdbStubError (Results 1 – 1 of 1) sorted by relevance
| /external/rust/crates/gdbstub/src/stub/ |
| D | error.rs | 10 pub enum GdbStubError<T, C> { enum 70 impl<T, C> From<ResponseWriterError<C>> for GdbStubError<T, C> { implementation 76 impl<A, T, C> From<CapacityError<A>> for GdbStubError<T, C> { implementation 82 impl<T, C> Display for GdbStubError<T, C> implementation 124 impl<T, C> std::error::Error for GdbStubError<T, C> implementation
|