Expand description
Derive macro implementation for try_from_expr.
This crate provides the procedural macro implementation for generating
TryFrom<&syn::Expr> implementations. It should be used through the
main try_from_expr crate.
Derive Macrosยง
- TryFrom
Expr - Derives
TryFrom<&syn::Expr>for enums.