pub trait KulczynskiDistance<T, Rhs = Self> { // Required method fn kulczynski_distance(&self, rhs: &Rhs) -> T; }