pub type WsUnsubscribeResponse = WsUnsubscribeResponse<SubId>;
Expand description
Response to an unsubscribe request
Aliased Type§
pub struct WsUnsubscribeResponse {
pub status: String,
pub sub_id: SubId,
}
Fields§
§status: String
Status
sub_id: SubId
Subscription ID