Callback type aliases
This is the collection of callback type aliases within the indexes
module. There are only two callback type aliases, IndexCallback
and SliceCallback
.
IndexCallback
The IndexCallback
type describes a function that takes an Index
's Id
and a callback to loop over each Slice
within it.
SliceCallback
The SliceCallback
type describes a function that takes a Slice
's Id
and a callback to loop over each Row
within it.