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

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

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