pub type CrashIntrospectFindComponentByThreadKoidResult = Result<ComponentCrashInfo, Error>;
Aliased Type§
enum CrashIntrospectFindComponentByThreadKoidResult {
Ok(ComponentCrashInfo),
Err(Error),
}
pub type CrashIntrospectFindComponentByThreadKoidResult = Result<ComponentCrashInfo, Error>;
enum CrashIntrospectFindComponentByThreadKoidResult {
Ok(ComponentCrashInfo),
Err(Error),
}