Trait TDCallServerType

Source
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 CALLSERVERTYPE

Source§

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

Implementors§