Skip to main content

RawNotificationInner

Type Alias RawNotificationInner 

Source
pub type RawNotificationInner = RawNotificationInner<Arc<SubId>>;
Expand description

Raw notification content with an undecoded JSON payload

Aliased Type§

pub struct RawNotificationInner {
    pub sub_id: Arc<SubId>,
    pub payload: Value,
}

Fields§

§sub_id: Arc<SubId>

The subscription ID

§payload: Value

The raw notification payload