pub fn into_json_request<T>(
_: RequestParts<T>,
) -> Result<Request<Vec<u8>>, Error>where
T: Serialize,Expand description
Converts serializable request parts into a JSON HTTP request.
ยงErrors
Returns an error if JSON serialization fails or the HTTP request cannot be built.