#[derive(Uniplate)]
{
// Attributes available to this derive:
#[uniplate]
#[biplate]
}
Expand description
The Uniplate derive macro.
The macro supports structs (including tuple
structs)
and enums.
Enums with struct-like variants are not yet supported.
See the top level crate documentation for usage details.