Type Alias Json
pub type Json = Post<JsonEncoding>;Expand description
Pass arguments and receive responses as JSON in the body of a POST request.
Aliased Type§
pub struct Json(/* private fields */);pub type Json = Post<JsonEncoding>;Pass arguments and receive responses as JSON in the body of a POST request.
pub struct Json(/* private fields */);