[][src]Type Definition nannou_audio::stream::input::DefaultCaptureResultFn

type DefaultCaptureResultFn<M, S> = fn(_: &mut M, _: Result<S>);

The default capture function type used when unspecified.