Type Definition nannou_laser::stream::raw::ModelUpdate[][src]

pub type ModelUpdate<M> = Box<dyn FnMut(&mut M) + Send + 'static>;
Expand description

The type used for sending model updates from the stream handle thread to the laser thread.