rust-qt / ritual

Use C++ libraries from Rust
Apache License 2.0
1.24k stars 49 forks source link

AsRef, Into and similar traits as arguments #34

Closed Riateche closed 5 years ago

Riateche commented 8 years ago

Maybe generated API methods should be more permissive about accepted argument types.

Riateche commented 5 years ago

We currently use cpp_utils::CastInto to make passing argument more ergonomic.