pub type WsMessageOrResponse = WsMessageOrResponse<Arc<SubId>>;Expand description
Either a websocket message or a response
Aliased Type§
pub enum WsMessageOrResponse {
Response(WsResponse<Arc<SubId>>),
ErrorResponse(WsErrorResponse),
Notification(WsNotification<NotificationInner<String, Arc<SubId>>>),
}Variants§
Response(WsResponse<Arc<SubId>>)
A response to a request
ErrorResponse(WsErrorResponse)
An error response
Notification(WsNotification<NotificationInner<String, Arc<SubId>>>)
A notification