Skip to main content

TDLanguagePackStringValue

Trait TDLanguagePackStringValue 

Source
pub trait TDLanguagePackStringValue: Debug + RObject { }
Expand description

Represents the value of a string in a language pack

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl<'a, LANGUAGEPACKSTRINGVALUE: TDLanguagePackStringValue> TDLanguagePackStringValue for &'a LANGUAGEPACKSTRINGVALUE

Source§

impl<'a, LANGUAGEPACKSTRINGVALUE: TDLanguagePackStringValue> TDLanguagePackStringValue for &'a mut LANGUAGEPACKSTRINGVALUE

Implementors§