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.