RequestBodyString

Type Alias RequestBodyString 

Source
pub type RequestBodyString = String;
Expand description

An alias for String, representing the request body as a UTF-8 encoded string.

Aliased Typeยง

pub struct RequestBodyString { /* private fields */ }