pub trait TDNotificationType: Debug + RObject { }
Expand description

Contains detailed information about a notification

Implementations on Foreign Types§

source§

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

source§

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

Implementors§