GENERATORS

Constant GENERATORS 

Source
pub const GENERATORS: &[fn(&mut ThreadRng) -> Box<dyn DsMsg>];
Expand description

A constant slice of small closures that each return a Box<dyn DsMsg> of a random generation of their respective messages.