Skip to main content

SerdeLite

Type Alias SerdeLite 

Source
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 */);