pub trait TDChatType: Debug + RObject { }Expand description
Describes the type of a chat
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait TDChatType: Debug + RObject { }Describes the type of a chat
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".