[][src]Trait ommui_relm_widgets::XTr

pub trait XTr: Debug {
    fn xtr(&self, s: &str) -> String;
}

A translation trait.

Required methods

fn xtr(&self, s: &str) -> String

Translate a string.

Loading content...

Implementations on Foreign Types

impl XTr for IndexMap<String, String>[src]

impl<T: XTr> XTr for RwLock<T>[src]

impl<T: XTr> XTr for Arc<T>[src]

Loading content...

Implementors

Loading content...