Enum bip39::language::Language [] [src]

pub enum Language {
    English,
}

Variants

Methods

impl Language
[src]

Get the Language value for a specific locale

Not used much at the moment as the standard specifies english

Example

use bip39::{Language};

let lang = Language::for_locale("en_US.UTF-8").unwrap();

Trait Implementations

impl Debug for Language
[src]

Formats the value using the given formatter.