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.
macro_rules! internal_iterator_rec_guts {
() => { ... };
}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.