[][src]Type Definition rair_env::ColorFn

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