pub type InstrumentsInfoResponse = InstrumentsInfoResult;Aliased Type§
pub struct InstrumentsInfoResponse {
pub category: String,
pub next_page_cursor: String,
pub list: Vec<Value>,
}Fields§
§category: String§next_page_cursor: String§list: Vec<Value>