MCPcopy Create free account
hub / github.com/dtolnay/thiserror / backtrace_field

Method backtrace_field

impl/src/prop.rs:15–17  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

13 }
14
15 pub(crate) fn backtrace_field(&self) -> Option<&Field> {
16 backtrace_field(&self.fields)
17 }
18
19 pub(crate) fn distinct_backtrace_field(&self) -> Option<&Field> {
20 let backtrace_field = self.backtrace_field()?;

Callers 4

has_backtraceMethod · 0.80
impl_structFunction · 0.80
impl_enumFunction · 0.80

Calls 1

backtrace_fieldFunction · 0.85

Tested by

no test coverage detected