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