Enum minidump_processor::CallStackInfo [−][src]
pub enum CallStackInfo {
Ok,
MissingContext,
MissingMemory,
UnsupportedCpu,
DumpThreadSkipped,
}Expand description
Information about the results of unwinding a thread’s stack.
Variants
Everything went great.
No MinidumpContext was provided, couldn’t do anything.
No stack memory was provided, couldn’t unwind past the top frame.
The CPU type is unsupported.
This thread wrote the minidump, it was skipped.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CallStackInfo
impl Send for CallStackInfo
impl Sync for CallStackInfo
impl Unpin for CallStackInfo
impl UnwindSafe for CallStackInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more