pub trait IntoRefProbabilityIterator { // Required method fn iter_probabilities(&self) -> Values<'_, Vec<Activity>, Fraction>; }