LanguageDistribution

Trait LanguageDistribution 

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

Required Methods§

Implementations on Foreign Types§

Source§

impl LanguageDistribution for Country

Implementors§