macro_rules! derive_unplateable {
($t:ty) => { ... };
}Expand description
Generates a Biplate and Uniplate instance for an unplateable type.
macro_rules! derive_unplateable {
($t:ty) => { ... };
}Generates a Biplate and Uniplate instance for an unplateable type.