Trait telegram_client::errors::TGDatable[][src]

pub trait TGDatable: Debug {
    fn as_any(&self) -> &dyn Any;
}

Required methods

Implementors