Trait TDConnectionState

Source
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 CONNECTIONSTATE

Source§

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

Implementors§