&config.config(),
|sample, info| {
},
|err| {
dbg!(err);
},
).unwrap();
Но выбирает ошибку:
rror[E0283]: type annotations needed for `&[T]`
--> client\src\voice\recorder.rs:45:18
|
45 | |sample, info| {
| ^^^^^^ consider giving this closure parameter the explicit type `&[T]`, where the type parameter `T` is specified
|
= note: cannot resolve `_: cpal::Sample`
Вопрос - какой тип указать?
он не может вывести тип T
подходящий укажи
Обсуждают сегодня