pub fn ruma_response_to_json<ResponseType: OutgoingResponse>( response: ResponseType, ) -> Value
Serialise a typed Ruma [OutgoingResponse] object to JSON.
OutgoingResponse