NextRaw returns next key-value pair in []byte.
func() ([]byte, []byte)
| 8 | |
| 9 | // NextRaw returns next key-value pair in []byte. |
| 10 | type NextRaw func() ([]byte, []byte) |
| 11 | |
| 12 | // WalkFn is used when walking the slimtrie. Takes a |
| 13 | // key and value, returning false if iteration should |
nothing calls this directly
no outgoing calls
no test coverage detected