Trait rust_tdlib::types::TDLanguagePackStringValue [−][src]
pub trait TDLanguagePackStringValue: Debug + RObject { }
Expand description
Represents the value of a string in a language pack
pub trait TDLanguagePackStringValue: Debug + RObject { }
Represents the value of a string in a language pack
impl<'a, LANGUAGEPACKSTRINGVALUE: TDLanguagePackStringValue> TDLanguagePackStringValue for &'a LANGUAGEPACKSTRINGVALUE
[src]impl<'a, LANGUAGEPACKSTRINGVALUE: TDLanguagePackStringValue> TDLanguagePackStringValue for &'a mut LANGUAGEPACKSTRINGVALUE
[src]