Skip to main content

TDCallState

Trait TDCallState 

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

Describes the current call state

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, CALLSTATE: TDCallState> TDCallState for &'a CALLSTATE

Source§

impl<'a, CALLSTATE: TDCallState> TDCallState for &'a mut CALLSTATE

Implementors§