Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_source
Method · 0.80
impl_struct
Function · 0.80
impl_enum
Function · 0.80
Calls
1
source_field
Function · 0.85
Tested by
no test coverage detected