Changelog:
- Support generics for derive macro
- Reduce the amount of allocations in the
focus(...)
method of a slice of focusable elements - Don't panic on other annotations on a field that are not
focus(enable...)
- Support for Box<T: Focus>
- Other bugfixes