WsSubscribeResponse

Type Alias WsSubscribeResponse 

Source
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: String

Status

§sub_id: Arc<SubId>

Subscription ID