pub type NotificationInner<T> = NotificationInner<T, Arc<SubId>>;Expand description
Inner content of a notification with generic payload type
Aliased Type§
pub struct NotificationInner<T> {
pub sub_id: Arc<SubId>,
pub payload: NotificationPayload<T>,
}Fields§
§sub_id: Arc<SubId>The subscription ID
payload: NotificationPayload<T>The notification payload