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

Method source_field

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

Source from the content-addressed store, hash-verified

9 }
10
11 pub(crate) fn source_field(&self) -> Option<&Field> {
12 source_field(&self.fields)
13 }
14
15 pub(crate) fn backtrace_field(&self) -> Option<&Field> {
16 backtrace_field(&self.fields)

Callers 3

has_sourceMethod · 0.80
impl_structFunction · 0.80
impl_enumFunction · 0.80

Calls 1

source_fieldFunction · 0.85

Tested by

no test coverage detected