Type Definition teko::data_structures::Transfer [] [src]

type Transfer = fn(_: &mut Program, _: &mut Env) -> Option<String>;

Denotes a "transfer function" that transform the state of the program