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