Skip to main content

TDNotificationType

Trait TDNotificationType 

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

Contains detailed information about a notification

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, NOTIFICATIONTYPE: TDNotificationType> TDNotificationType for &'a NOTIFICATIONTYPE

Source§

impl<'a, NOTIFICATIONTYPE: TDNotificationType> TDNotificationType for &'a mut NOTIFICATIONTYPE

Implementors§