RibirX / Ribir

Non-intrusive GUI framework for Rust
https://ribir.org
MIT License
849 stars 18 forks source link

refactor(core): 💡 remove `StateFrom` and add `DeclareInto` #604

Closed M-Adoo closed 3 months ago

M-Adoo commented 3 months ago

Purpose of this Pull Request

As the title described.

Checklist Before Merging

Please ensure the following are completed before merging:

Additional Information

The bot will replace #pr in CHANGELOG.md with your pull request number. If your branch is out of sync, use git pull --rebase to update it.

If you're unsure about which branch to submit your Pull Request to, or when it will be released after being merged, please refer to our Release Guide.

If you're working on a widget and need help writing test cases, we have some macros that can assist you. Please refer to the Ribir Dev Helper documentation.