Type Alias UnwinderNative

Source
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 */);