pub trait LanguageDistribution { // Required method fn language_distribution(&self) -> HashMap<Language, f64>; }