#![cfg(feature ="stargate")]useschemars::JsonSchema;useserde::{Deserialize, Serialize};usecrate::Binary;#[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)]pubstructStargateResponse{/// This is the protobuf response, binary encoded.
/// The caller is responsible for knowing how to parse.
pubresponse: Binary,
}