Trait rust_tdlib::types::TDCallServerType [−][src]
pub trait TDCallServerType: Debug + RObject { }
Expand description
Describes the type of a call server
pub trait TDCallServerType: Debug + RObject { }
Describes the type of a call server
impl<'a, CALLSERVERTYPE: TDCallServerType> TDCallServerType for &'a CALLSERVERTYPE
[src]impl<'a, CALLSERVERTYPE: TDCallServerType> TDCallServerType for &'a mut CALLSERVERTYPE
[src]