AsInterface should decode the value into the Go value that best represents it.
()
| 358 | |
| 359 | // AsInterface should decode the value into the Go value that best represents it. |
| 360 | AsInterface() (any, error) |
| 361 | |
| 362 | // If the decoder wants to decode a value in a special way it should do so here |
| 363 | // and return true, the decoded value, and any error from the decoding. |
no outgoing calls
no test coverage detected