pub type GateioSubResponse = GateioMessage<GateioSubResult>;Expand description
Expected Gateio Subscription response
type wrapped in the generic GateioMessage<T>.
Aliased Type§
pub struct GateioSubResponse {
pub channel: String,
pub error: Option<GateioError>,
pub data: GateioSubResult,
}Fields§
§channel: String§error: Option<GateioError>§data: GateioSubResult