Searched defs:GdbStubError (Results 1 – 1 of 1) sorted by relevance
/external/rust/android-crates-io/crates/gdbstub/src/stub/ |
D | error.rs | 121 pub struct GdbStubError<T, C> { struct 125 impl<T, C> Display for GdbStubError<T, C> implementation 157 impl<T, C> CoreError for GdbStubError<T, C> implementation 164 impl<T, C> GdbStubError<T, C> { implementation 193 impl<T, C> From<InternalError<T, C>> for GdbStubError<T, C> { implementation 199 impl<A, T, C> From<CapacityError<A>> for GdbStubError<T, C> { implementation
|