[−][src]Crate enum_extract
This crate provides 2 macros, extract! and let_extract!. See their
individual macro-level documentation for more information.
Macros
| extract |
Extract the fields of a single variant from an enum, returning an
|
| let_extract |
Extract the fields of a single variant from an enum, binding them into the current scope. |