Type Alias StrFn

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