#[derive(TerminalPartialPattern)]
Expand description
Derive the implementation of the a Terminal
pattern
from a given struct
.
A TerminalPartialPattern
is the final
pattern
that can be created, it has the highest possible arity. Therefore, it
is not possible to extend it with the combinators like a
PartialPattern can be.