Skip to main content

ITranslatable

Trait ITranslatable 

Source
pub trait ITranslatable {
    // Required methods
    fn get_translation_key(&self) -> String;
    fn get_untranslated_type(&self) -> String;
    fn get_translated_name(&self) -> String;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§