[][src]Type Definition rair_env::BoolFn

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