Trait rust_tdlib::types::TDCallState[][src]

pub trait TDCallState: Debug + RObject { }
Expand description

Describes the current call state

Implementations on Foreign Types

impl<'a, CALLSTATE: TDCallState> TDCallState for &'a CALLSTATE[src]

impl<'a, CALLSTATE: TDCallState> TDCallState for &'a mut CALLSTATE[src]

Implementors