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".
pub trait TDCallState: Debug + RObject { }Describes the current call state
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".