-
Hi. Any help in passing user input from LineEdit to the calling function? Here is my extracted code (which won't compile because of the SharedString) :
pub fn individuals_add() {
} |
Beta Was this translation helpful? Give feedback.
Answered by
ogoffart
Oct 14, 2021
Replies: 1 comment 5 replies
-
SharedString implements the Rust |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
dcpri
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SharedString implements the Rust
Display
trait, so to_string() should work.What error do you get?