Type Alias NotificationInner

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

Aliased Type§

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

Fields§

§sub_id: SubId

The subscription ID

§payload: NotificationPayload<T>

The notification payload