SerdeLite

Type Alias SerdeLite 

pub type SerdeLite = Post<SerdeLiteEncoding>;
Expand description

Pass arguments and receive responses as JSON in the body of a POST request.

Aliased Type§

pub struct SerdeLite(/* private fields */);