NotificationInner

Type Alias NotificationInner 

Source
pub type NotificationInner<T> = NotificationInner<T, SubId>;
Expand description

Inner content of a notification with generic payload type

Aliased Type§

pub struct NotificationInner<T> {
    pub sub_id: SubId,
    pub payload: NotificationPayload<T>,
}

Fields§

§sub_id: SubId

The subscription ID

§payload: NotificationPayload<T>

The notification payload