pub trait ReferenceField { }Available on crate feature
sort only.Expand description
A marker for an Accessor that can act as a field.
Not all types of Field can be defined as a simple pass
through, based on Accessor. Some fields need to create
intermediate values, for example fields nested inside Option
typed members of a containing structure. This marker indicates
that the implementation of Accessor can be used for this type
to automatically derive Field.