Trait rust_tdlib::types::TDPassportElementErrorSource[][src]

pub trait TDPassportElementErrorSource: Debug + RObject { }
Expand description

Contains the description of an error in a Telegram Passport element

Implementations on Foreign Types

impl<'a, PASSPORTELEMENTERRORSOURCE: TDPassportElementErrorSource> TDPassportElementErrorSource for &'a PASSPORTELEMENTERRORSOURCE[src]

impl<'a, PASSPORTELEMENTERRORSOURCE: TDPassportElementErrorSource> TDPassportElementErrorSource for &'a mut PASSPORTELEMENTERRORSOURCE[src]

Implementors