Skip to main content

TDChatActionBar

Trait TDChatActionBar 

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

Describes actions which must be possible to do through a chat action bar

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, CHATACTIONBAR: TDChatActionBar> TDChatActionBar for &'a CHATACTIONBAR

Source§

impl<'a, CHATACTIONBAR: TDChatActionBar> TDChatActionBar for &'a mut CHATACTIONBAR

Implementors§