You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0599]: no method named next_frame_future found for struct Decoder<tokio::fs::File> in the current scope
--> examples/example_tokio.rs:19:23
|
19 | match decoder.next_frame_future().await {
| ^^^^^^^^^^^^^^^^^ method not found in Decoder<tokio::fs::File>
error: aborting due to previous error
The text was updated successfully, but these errors were encountered:
warning: unused variable: sample_rate
--> examples/example.rs:13:17
|
13 | sample_rate,
| ^^^^^^^^^^^ help: try ignoring the field: sample_rate: _
|
= note: #[warn(unused_variables)] on by default
error[E0599]: no method named next_frame_future found for struct Decoder in the current scope
--> examples/example_tokio.rs:19:23
|
19 | match decoder.next_frame_future().await {
| ^^^^^^^^^^^^^^^^^ method not found in Decoder<tokio::fs::File>
error: aborting due to previous error
For more information about this error, try rustc --explain E0599.
error: could not compile minimp3
https://download.copr.fedorainfracloud.org/results/remilauzier/zemeroth/fedora-rawhide-x86_64/02304844-rust-minimp3/builder-live.log.gz
error[E0599]: no method named
next_frame_future
found for structDecoder<tokio::fs::File>
in the current scope--> examples/example_tokio.rs:19:23
|
19 | match decoder.next_frame_future().await {
| ^^^^^^^^^^^^^^^^^ method not found in
Decoder<tokio::fs::File>
error: aborting due to previous error
The text was updated successfully, but these errors were encountered: