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