#[derive(JsonRpcResponse)] { // Attributes available to this derive: #[response] }
Derive macro for implementing JsonRpcResponse trait.
JsonRpcResponse
#[response(crate = crate)]
agent_client_protocol
#[derive(Debug, Serialize, Deserialize, JsonRpcResponse)] struct HelloResponse { greeting: String, }