Derive Macro orzir_macros::Print
source · #[derive(Print)]
{
// Attributes available to this derive:
#[format]
#[repeat]
}
Expand description
Derive the Print trait for the given operation.
This support very simple grammar, for more complex grammar, the trait can be implemented manually.