Trait nannou::audio::stream::input::CaptureFn [] [src]

pub trait CaptureFn<M, S>: Fn(M, &Buffer<S>) -> M { }

The function that will be called when a captured Buffer is ready to be read.

Implementors