#[derive(PartialPattern)]
Expand description
Derive the implementation of the a Partial
pattern
from a given struct
.
A PartialPattern
is able to be extended using the
standard Join Calculus combinators (and
, and_bidir
, and
and_recv
), creating larger and larger arity
patterns
.