ResponseDataString

Type Alias ResponseDataString 

Source
pub type ResponseDataString = String;
Expand description

An alias for String, representing the full serialized content of the HTTP response as a UTF-8 string.

Aliased Typeยง

pub struct ResponseDataString { /* private fields */ }