pub trait TDConnectionState: Debug + RObject { }
Expand description

Describes the current state of the connection to Telegram servers

Implementations on Foreign Types§

source§

impl<'a, CONNECTIONSTATE: TDConnectionState> TDConnectionState for &'a mut CONNECTIONSTATE

source§

impl<'a, CONNECTIONSTATE: TDConnectionState> TDConnectionState for &'a CONNECTIONSTATE

Implementors§