StructField returns the field's actual name from the struct, when able to determine. eg. "FirstName" see Field for comparison
()
| 125 | // eg. "FirstName" |
| 126 | // see Field for comparison |
| 127 | StructField() string |
| 128 | |
| 129 | // Value returns the actual field's value in case needed for creating the error |
| 130 | // message |
no outgoing calls