pub type RtlPostOrderIter<D, S> = Map<PostOrderIter<SwapChildren<D>, S>, fn(PostOrderIterItem<SwapChildren<D>>) -> PostOrderIterItem<D>>;Expand description
Return type of the DagLike::rtl_post_order_iter method.
Aliased Typeยง
pub struct RtlPostOrderIter<D, S> { /* private fields */ }