Skip to main content

TDInputPassportElementErrorSource

Trait TDInputPassportElementErrorSource 

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

Contains the description of an error in a Telegram Passport element; for bots only

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, INPUTPASSPORTELEMENTERRORSOURCE: TDInputPassportElementErrorSource> TDInputPassportElementErrorSource for &'a INPUTPASSPORTELEMENTERRORSOURCE

Source§

impl<'a, INPUTPASSPORTELEMENTERRORSOURCE: TDInputPassportElementErrorSource> TDInputPassportElementErrorSource for &'a mut INPUTPASSPORTELEMENTERRORSOURCE

Implementors§