pub fn ruma_response_from_json<ResponseType: IncomingResponse>(
json: &Value,
) -> ResponseTypeExpand description
Build a typed Ruma IncomingResponse object from a json body.
pub fn ruma_response_from_json<ResponseType: IncomingResponse>(
json: &Value,
) -> ResponseTypeBuild a typed Ruma IncomingResponse object from a json body.