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

Method from_field

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

Source from the content-addressed store, hash-verified

5
6impl Struct<'_> {
7 pub(crate) fn from_field(&self) -> Option<&Field> {
8 from_field(&self.fields)
9 }
10
11 pub(crate) fn source_field(&self) -> Option<&Field> {
12 source_field(&self.fields)

Callers 3

impl_structFunction · 0.80
impl_enumFunction · 0.80

Calls 1

from_fieldFunction · 0.85

Tested by

no test coverage detected