pub type UnwinderNative<D, P> = UnwinderX86_64<D, P>;
Expand description
The unwinder type for the native CPU architecture.
Aliased Typeยง
pub struct UnwinderNative<D, P>(/* private fields */);
pub type UnwinderNative<D, P> = UnwinderX86_64<D, P>;
The unwinder type for the native CPU architecture.
pub struct UnwinderNative<D, P>(/* private fields */);