Type Definition cellular_lib::cellular_automata::Reader

source ·
pub type Reader = dyn Fn() -> String;
Expand description

Reader is the type of a reader function, which returns a string (from stdin, a file, whatever)