[][src]Trait translit::FromLatin

pub trait FromLatin {
    fn from_latin(&self, src: &str) -> String;
}

The contract for transliteration from Latin alphabet

Required methods

fn from_latin(&self, src: &str) -> String

Loading content...

Implementors

impl FromLatin for Gost779B[src]

impl FromLatin for Transliterator[src]

fn from_latin(&self, src: &str) -> String[src]

The wrapper on the method convert of transliteration from the Latin alphabet

Loading content...