pub type WsSubscribeResponse = WsSubscribeResponse<Arc<SubId>>;Expand description
Response to a subscription request
Aliased Type§
pub struct WsSubscribeResponse {
pub status: String,
pub sub_id: Arc<SubId>,
}Fields§
§status: StringStatus
sub_id: Arc<SubId>Subscription ID