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.67k stars 611 forks source link

Implement AsRef<Path> and AsRef<OsStr> for SharedString #6810

Closed SuchAFuriousDeath closed 6 days ago

SuchAFuriousDeath commented 1 week ago

This would improve ergonomics when passing a SharedString to functions that take impl AsRef\<Path> or impl AsRef<OsStr>.