Trait rust_tdlib::types::TDCallServerType[][src]

pub trait TDCallServerType: Debug + RObject { }
Expand description

Describes the type of a call server

Implementations on Foreign Types

impl<'a, CALLSERVERTYPE: TDCallServerType> TDCallServerType for &'a CALLSERVERTYPE[src]

impl<'a, CALLSERVERTYPE: TDCallServerType> TDCallServerType for &'a mut CALLSERVERTYPE[src]

Implementors