pub trait TDCallState: Debug + RObject { }
Expand description

Describes the current call state

Implementations on Foreign Types§

source§

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

source§

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

Implementors§