slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.
https://slint.dev
Other
17.64k stars 607 forks source link

rust: added ToSharedString trait #6845

Closed FloVanGH closed 1 day ago

FloVanGH commented 1 day ago

Fixes #6625

FloVanGH commented 1 day ago

that trait is currently internal and cannot be used in application.

It needs to be re-exported from api/rs/slint/lib.rs

Sure. Thanks for the hint.