Trait rust_tdlib::types::TDConnectionState [−][src]
pub trait TDConnectionState: Debug + RObject { }
Expand description
Describes the current state of the connection to Telegram servers
pub trait TDConnectionState: Debug + RObject { }
Describes the current state of the connection to Telegram servers
impl<'a, CONNECTIONSTATE: TDConnectionState> TDConnectionState for &'a CONNECTIONSTATE
[src]impl<'a, CONNECTIONSTATE: TDConnectionState> TDConnectionState for &'a mut CONNECTIONSTATE
[src]