Type Definition nannou::audio::stream::UpdateFn [] [src]

type UpdateFn<M> = FnOnce(&mut M) + Send + 'static;

The type of function accepted for model updates.