Type Definition rgsl::comparison_fn[][src]

type comparison_fn<T> = fn(a: &T, b: &T) -> i32;