Function rustic_rs::commands::tui::tree::next_from_iter_stack

source ยท
fn next_from_iter_stack<T>(
    stack: &mut Vec<impl Iterator<Item = T>>,
) -> Option<T>