[][src]Type Definition cellular_lib::cellular_automata::Reader

type Reader = dyn Fn() -> String;

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