Skip to main content

TDMessageSender

Trait TDMessageSender 

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

Contains information about the sender of a message

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, MESSAGESENDER: TDMessageSender> TDMessageSender for &'a MESSAGESENDER

Source§

impl<'a, MESSAGESENDER: TDMessageSender> TDMessageSender for &'a mut MESSAGESENDER

Implementors§