[][src]Type Definition rair_env::StrFn

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