Type Alias ColorFn

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