Skip to main content

TDChatType

Trait TDChatType 

Source
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".

Implementations on Foreign Types§

Source§

impl<'a, CHATTYPE: TDChatType> TDChatType for &'a CHATTYPE

Source§

impl<'a, CHATTYPE: TDChatType> TDChatType for &'a mut CHATTYPE

Implementors§