Type Alias framehop::UnwinderNative
source · pub type UnwinderNative<D, P> = UnwinderX86_64<D, P>;
Expand description
The unwinder type for the native CPU architecture.
Aliased Type§
struct UnwinderNative<D, P>(/* private fields */);