macro_rules! derive_iter {
($iter_ty:ident) => { ... };
}Expand description
Generates a Biplate and Uniplate instance for an iterable type.
macro_rules! derive_iter {
($iter_ty:ident) => { ... };
}Generates a Biplate and Uniplate instance for an iterable type.