Generator

Type Alias Generator 

Source
pub type Generator = fn(&mut ThreadRng) -> Box<dyn DsMsg>;
Expand description

A Closure that takes an RNG State and returns a dynamic type that implements DsMsg.