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