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: ValueThe raw notification payload