pub trait TDNotificationGroupType: Debug + RObject { }
Expand description

Describes the type of notifications in a notification group

Implementations on Foreign Types§

source§

impl<'a, NOTIFICATIONGROUPTYPE: TDNotificationGroupType> TDNotificationGroupType for &'a NOTIFICATIONGROUPTYPE

source§

impl<'a, NOTIFICATIONGROUPTYPE: TDNotificationGroupType> TDNotificationGroupType for &'a mut NOTIFICATIONGROUPTYPE

Implementors§