enum_delegate 0.2.0

Easily replace dynamic dispatch with an enum, for speed and serialization
Documentation
1
2
3
4
5
6
7
error: cannot find macro `Foo` in this scope
  --> tests_error/trait_not_registered.rs:21:28
   |
21 | #[enum_delegate::implement(Foo)]
   |                            ^^^
   |
   = note: `Foo` is in scope, but it is a trait, not a macro