Trait nannou_audio::stream::output::RenderFn[][src]

pub trait RenderFn<M, S>: Fn(&mut M, &mut Buffer<S>) { }
Expand description

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

Implementors