Type Alias BoolFn

Source
pub type BoolFn<T> = fn(&str, bool, &Environment<T>, &mut T) -> bool;