rust-portaudio
rust-portaudio copied to clipboard
Change return type of `Callback` from `CallbackResult` to `Result<CallbackResult, Error>`
This will allow for more conventional error handling inside the callback, including using the try macro and Result methods.