Expand description
This crate defines the case!
macro and Match
derive macro exported by the
Vesta crate, as well as the
derive_match!
macro that it uses internally.
You cannot use this crate directly, because it depends on Vesta. Instead, use the vesta
crate
to use these macros.
Macros§
- case
- Match on the cases of a value implementing
Match
. - derive_
match - Derive
Match
andCase
for a “foreign” struct or enum, given its declaration.