pub trait TDCallServerType: Debug + RObject { }
Expand description

Describes the type of a call server

Implementations on Foreign Types§

source§

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

source§

impl<'a, CALLSERVERTYPE: TDCallServerType> TDCallServerType for &'a CALLSERVERTYPE

Implementors§