rust-portaudio icon indicating copy to clipboard operation
rust-portaudio copied to clipboard

Change return type of `Callback` from `CallbackResult` to `Result<CallbackResult, Error>`

Open mitchmindtree opened this issue 9 years ago • 0 comments

This will allow for more conventional error handling inside the callback, including using the try macro and Result methods.

mitchmindtree avatar Dec 30 '15 03:12 mitchmindtree