Home
last modified time | relevance | path

Searched defs:GdbStubError (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/stub/
Derror.rs115 pub struct GdbStubError<T, C> { struct
119 impl<T, C> Display for GdbStubError<T, C> implementation
149 impl<T, C> std::error::Error for GdbStubError<T, C> implementation
156 impl<T, C> GdbStubError<T, C> { impl
185 impl<T, C> From<InternalError<T, C>> for GdbStubError<T, C> { implementation
191 impl<A, T, C> From<CapacityError<A>> for GdbStubError<T, C> { implementation