WsUnsubscribeResponse

Type Alias WsUnsubscribeResponse 

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

Response to an unsubscribe request

Aliased Type§

pub struct WsUnsubscribeResponse {
    pub status: String,
    pub sub_id: Arc<SubId>,
}

Fields§

§status: String

Status

§sub_id: Arc<SubId>

Subscription ID