Type Alias framehop::CacheNative
source · pub type CacheNative<P> = CacheX86_64<P>;
Expand description
The unwinder cache for the native CPU architecture.
Aliased Type§
struct CacheNative<P>(pub Cache<UnwindRuleX86_64, P>);
Fields§
§0: Cache<UnwindRuleX86_64, P>