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: StringStatus
sub_id: Arc<SubId>Subscription ID