Type Definition cellular_lib::cellular_automata::Printer

source ·
pub type Printer = dyn Fn(&str);
Expand description

Printer is the type of a printer function, which takes a string and prints it (to stdout, a file, whatever)