(s *Stream, val reflect.Value)
| 500 | } |
| 501 | |
| 502 | func decodeDecoder(s *Stream, val reflect.Value) error { |
| 503 | return val.Addr().Interface().(Decoder).DecodeRLP(s) |
| 504 | } |
| 505 | |
| 506 | // Kind represents the kind of value contained in an RLP stream. |
| 507 | type Kind int |