Trait TDNotificationGroupType

Source
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§