Type Definition rgsl::select_function

source ·
pub type select_function<T, U> = fn(ntuple_data: &mut T, params: &mut U) -> bool;