Macrosยง
- derive_
binary ๐ - Generates the
BinaryFuncenum, itsimplblock (with 8 delegating methods),Displayimpl, andFrom<InnerType>impls for each variant. - derive_
unary ๐ - Temporary macro that generates the equivalent of what enum_dispatch will do in the future. We need this manual macro implementation to delegate to the previous manual implementation for variants that use the old definitions.
- to_
unary ๐