risingwave_common::util::recursive

Macro tracker

source
macro_rules! tracker {
    () => { ... };
}
Expand description

Define the tracker for recursion and return it.

Call Recurse::recurse on it to run a recursive function. See documentation there for usage.