Skip to main content

TDCallServerType

Trait TDCallServerType 

Source
pub trait TDCallServerType: Debug + RObject { }
Expand description

Describes the type of a call server

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

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

Source§

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

Implementors§