# delegate-trait-impl
[](#license)
Delegate trait implementations
## Inspirations
- [not-elm/auto-delegate](https://github.com/not-elm/auto-delegate)
- [Kobzol/rust-delegate](https://github.com/Kobzol/rust-delegate)
- [hobofan/ambassador](https://github.com/hobofan/ambassador)
- [kas-gui/impl-tools](https://github.com/kas-gui/impl-tools)
- [auto-impl-rs/auto_impl](https://github.com/auto-impl-rs/auto_impl)
## License
- © 2023 Chielo Newctle \<[ChieloNewctle@gmail.com](mailto:ChieloNewctle@gmail.com)\>
This project is licensed under either of
- [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0) ([`LICENSE-APACHE`](LICENSE-APACHE))
- [MIT license](https://opensource.org/licenses/MIT) ([`LICENSE-MIT`](LICENSE-MIT))
at your option.
The [SPDX](https://spdx.dev) license identifier for this project is `MIT OR Apache-2.0`.