parent
f2023ac599
commit
fb80e6c62e
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ pub struct Backtrace {
|
|||
/// The current status of a backtrace, indicating whether it was captured or
|
||||
/// whether it is empty for some other reason.
|
||||
#[non_exhaustive]
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, PartialEq, Eq)]
|
||||
pub enum BacktraceStatus {
|
||||
/// Capturing a backtrace is not supported, likely because it's not
|
||||
/// implemented for the current platform.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue