this post was submitted on 03 Sep 2023
19 points (100.0% liked)
Rust Programming
8134 readers
1 users here now
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't know Rodio, but in line 75 of your code, you're hiding errors. You need to unwrap/expect the result or do something with it to see what errors are being thrown.