Docs.rs
language-distribution-0.1.0
language-distribution 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
klebs6
Dependencies
country ^0.5.0
normal
export-magic ^0.3.6
normal
language-enum ^0.3.0
normal
rand ^0.8.5
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
RandomLanguage
language_
distribution
0.1.0
Random
Language
Required Methods
random_language
Implementations on Foreign Types
Country
Implementors
In crate language_
distribution
language_distribution
Trait
Random
Language
Copy item path
Source
pub trait RandomLanguage { // Required method fn
random_language
(&self) ->
Option
<
Language
>; }
Required Methods
§
Source
fn
random_language
(&self) ->
Option
<
Language
>
Implementations on Foreign Types
§
Source
§
impl
RandomLanguage
for
Country
Source
§
fn
random_language
(&self) ->
Option
<
Language
>
Implementors
§