Macro derive_iter

Source
macro_rules! derive_iter {
    ($iter_ty:ident) => { ... };
}
Expand description

Generates Biplate and Uniplate instances for a collection using its Iterator implementation.

Children will be visited in the order returned by .iter().