Skip to main content

TDConnectionState

Trait TDConnectionState 

Source
pub trait TDConnectionState: Debug + RObject { }
Expand description

Describes the current state of the connection to Telegram servers

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

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

Source§

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

Implementors§