internal_iterator_rec_guts

Macro internal_iterator_rec_guts 

Source
macro_rules! internal_iterator_rec_guts {
    () => { ... };
}
Expand description

You are never expected to call this yourself!

You probably want to use adhoc_internal_iterator_rec! instead. This macro is called by that macro.