Trait nannou_audio::stream::ErrorFn[][src]

pub trait ErrorFn<M>: Fn(&mut M, StreamError) { }
Expand description

Called by the audio host in the case that an error occurs on an audio stream thread.

Implementors